image_annotation/commit
minor style improvements
| author | Jacco van Ossenbruggen |
|---|---|
| Tue May 13 15:55:30 2014 +0200 | |
| committer | Jacco van Ossenbruggen |
| Tue May 13 15:55:30 2014 +0200 | |
| commit | 8661a6c102e313da273f0fe39b6371007534b9d0 |
| tree | 92caeb9c3005c6cf612c5a3097984cb86f658d12 |
| parent | d51f8c187ab51dd4216ec7a7042de2313ee814c5 |
Diff style: patch stat
diff --git a/web/css/common-annotation.css b/web/css/common-annotation.css index 310edc0..5534136 100644 --- a/web/css/common-annotation.css +++ b/web/css/common-annotation.css @@ -2,13 +2,17 @@ Style rules we need in both object and fragment modes. */ +.annotorious-editor { + text-align:left; +} + .yui3-overlay { - padding: 10px; - background-color: white; - border: solid gray 1pt; - position: absolute; - width: 400px; - z-index: 1; + padding: 10px; + background-color: white; + border: solid gray 1pt; + position: absolute; + width: 400px; + z-index: 1; } .yui3-overlay .altLabel { @@ -22,4 +26,24 @@ Style rules we need in both object and fragment modes. .yui3-overlay img.depiction { max-width: 100%; -} \ No newline at end of file +} + +#media .resource { + text-align: center; + font-size: x-large; + font-weight: lighter; + font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; +} +#media .title .metalabel { display: none } +#media .description .metalabel { display: none } +#media .title { + color: #222; + font-size: 1.3em; + font-weight: bold; +} +#media .link a.r_def { + color: #222; + font-size: 1.3em; + font-weight: bold; + text-decoration: none; +} diff --git a/web/css/deniche-tags.css b/web/css/deniche-tags.css index f0dfa49..8581046 100644 --- a/web/css/deniche-tags.css +++ b/web/css/deniche-tags.css @@ -1,4 +1,5 @@ .taglist { + text-align: right; font-size: 0.9em; width: 100%; float: right; diff --git a/web/css/object-annotation.css b/web/css/object-annotation.css index 6989a69..ce19ff5 100644 --- a/web/css/object-annotation.css +++ b/web/css/object-annotation.css @@ -23,24 +23,10 @@ body { max-width: 64%; } -#media .resource { text-align: center } + #media img { max-width: 100%; } -#media .description { max-width: 800px } -#media .title .metalabel { display: none } -#media .description .metalabel { display: none } -#media .title { - color: #222; - font-size: 1.3em; - font-weight: bold; -} -#media .link a.r_def { - color: #222; - font-size: 1.3em; - font-weight: bold; - text-decoration: none; -} /* annotation field */ .annotate-field {