summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/gallery/css/l10n_client.css226
-rw-r--r--modules/gallery/css/upgrader.css98
-rw-r--r--modules/organize/css/organize.css2
-rw-r--r--themes/admin_default/css/screen.css10
-rw-r--r--themes/default/css/screen.css20
5 files changed, 178 insertions, 178 deletions
diff --git a/modules/gallery/css/l10n_client.css b/modules/gallery/css/l10n_client.css
index bab1d0ed..ecec859d 100644
--- a/modules/gallery/css/l10n_client.css
+++ b/modules/gallery/css/l10n_client.css
@@ -5,8 +5,8 @@
/* $Id: l10n_client.css,v 1.6 2008/09/09 10:48:20 goba Exp $ */
/* width percentages add to 99% rather than 100% to prevent float
-overflows from occurring in an unnamed browser that can't decide
-how it wants to round. */
+ overflows from occurring in an unnamed browser that can't decide
+ how it wants to round. */
/* l10n_client container */
#l10n-client {
@@ -19,8 +19,8 @@ how it wants to round. */
bottom:0px; left:0px;
overflow:hidden;}
- * html #l10n-client {
- position:static;}
+* html #l10n-client {
+ position:static;}
#l10n-client-string-select .string-list,
#l10n-client-string-editor .source,
@@ -34,38 +34,38 @@ how it wants to round. */
color:#fff;
background:#37a;}
- #l10n-client .labels .label {
- display:none;}
+#l10n-client .labels .label {
+ display:none;}
- /* Panel toggle button (span) */
- #l10n-client .labels .toggle {
- cursor:pointer;
- display:block;
- position:absolute; right:0em;
- padding: 0em .75em; height:2em; line-height:2em;
- text-transform:uppercase;
- text-align:center; background:#000;}
+/* Panel toggle button (span) */
+#l10n-client .labels .toggle {
+ cursor:pointer;
+ display:block;
+ position:absolute; right:0em;
+ padding: 0em .75em; height:2em; line-height:2em;
+ text-transform:uppercase;
+ text-align:center; background:#000;}
- /* Panel labels */
- #l10n-client h2 {
- border-left:1px solid #fff;
- height:1em; line-height:1em;
- padding: .5em; margin:0px;
- font-size:1em;
- text-transform:uppercase;}
+/* Panel labels */
+#l10n-client h2 {
+ border-left:1px solid #fff;
+ height:1em; line-height:1em;
+ padding: .5em; margin:0px;
+ font-size:1em;
+ text-transform:uppercase;}
- #l10n-client .strings h2 {
- border:0px;}
+#l10n-client .strings h2 {
+ border:0px;}
- /* 25 + 37 + 37 = 99 */
- #l10n-client .strings {
- width:25%; float:left;}
+/* 25 + 37 + 37 = 99 */
+#l10n-client .strings {
+ width:25%; float:left;}
- #l10n-client .source {
- width:37%; float:left;}
+#l10n-client .source {
+ width:37%; float:left;}
- #l10n-client .translation {
- width:37%; float:left;}
+#l10n-client .translation {
+ width:37%; float:left;}
/* Translatable string list */
#l10n-client-string-select {
@@ -75,77 +75,77 @@ how it wants to round. */
direction: ltr;
}
- #l10n-client .string-list {
- height:17em;
- overflow:auto;
- list-style:none; list-style-image:none;
- margin:0em; padding:0em;}
-
- #l10n-client .string-list li {
- font-size:.9em;
- line-height:1.5em;
- cursor:default;
- background:transparent;
- list-style:none; list-style-image:none;
- border-bottom:1px solid #ddd;
- padding:.25em .5em;
- margin:0em;}
-
- /* Green for translated */
- #l10n-client .string-list li.translated {
- border-bottom-color:#9c3;
- background:#cf6; color:#360;}
-
- #l10n-client .string-list li.translated:hover {
- background: #df8;}
-
- #l10n-client .string-list li.translated:active {
- background: #9c3;}
-
- #l10n-client .string-list li.hidden {
- display:none;}
-
- /* Gray + Blue hover for untranslated */
- #l10n-client .string-list li.untranslated {}
-
- #l10n-client .string-list li.untranslated:hover {
- background: #ace;}
-
- #l10n-client .string-list li.untranslated:active {
- background: #8ac;}
-
- /* Selected string is indicated by bold text */
- #l10n-client .string-list li.active {
- font-weight:bold;}
-
- #l10n-client #gL10nSearchForm {
- background:#eee;
- text-align:center;
- height:2em; line-height:2em;
- margin:0em; padding:.5em .5em;
- }
-
- #l10n-client #gL10nSearchForm .form-item,
- #l10n-client #gL10nSearchForm input.form-text,
- #l10n-client #gL10nSearchForm #search-filter-go,
- #l10n-client #gL10nSearchForm #search-filter-clear {
- display:inline;
- vertical-align:middle;
- }
-
- #l10n-client #gL10nSearchForm .form-item {
- margin:0em;
- padding:0em;
- }
-
- #l10n-client #gL10nSearchForm input.form-text {
- width:80%;
- }
-
- #l10n-client #gL10nSearchForm #search-filter-clear {
- width:10%;
- margin:0em;
- }
+#l10n-client .string-list {
+ height:17em;
+ overflow:auto;
+ list-style:none; list-style-image:none;
+ margin:0em; padding:0em;}
+
+#l10n-client .string-list li {
+ font-size:.9em;
+ line-height:1.5em;
+ cursor:default;
+ background:transparent;
+ list-style:none; list-style-image:none;
+ border-bottom:1px solid #ddd;
+ padding:.25em .5em;
+ margin:0em;}
+
+/* Green for translated */
+#l10n-client .string-list li.translated {
+ border-bottom-color:#9c3;
+ background:#cf6; color:#360;}
+
+#l10n-client .string-list li.translated:hover {
+ background: #df8;}
+
+#l10n-client .string-list li.translated:active {
+ background: #9c3;}
+
+#l10n-client .string-list li.hidden {
+ display:none;}
+
+/* Gray + Blue hover for untranslated */
+#l10n-client .string-list li.untranslated {}
+
+#l10n-client .string-list li.untranslated:hover {
+ background: #ace;}
+
+#l10n-client .string-list li.untranslated:active {
+ background: #8ac;}
+
+/* Selected string is indicated by bold text */
+#l10n-client .string-list li.active {
+ font-weight:bold;}
+
+#l10n-client #gL10nSearchForm {
+ background:#eee;
+ text-align:center;
+ height:2em; line-height:2em;
+ margin:0em; padding:.5em .5em;
+}
+
+#l10n-client #gL10nSearchForm .form-item,
+#l10n-client #gL10nSearchForm input.form-text,
+#l10n-client #gL10nSearchForm #search-filter-go,
+#l10n-client #gL10nSearchForm #search-filter-clear {
+ display:inline;
+ vertical-align:middle;
+}
+
+#l10n-client #gL10nSearchForm .form-item {
+ margin:0em;
+ padding:0em;
+}
+
+#l10n-client #gL10nSearchForm input.form-text {
+ width:80%;
+}
+
+#l10n-client #gL10nSearchForm #search-filter-clear {
+ width:10%;
+ margin:0em;
+}
#l10n-client-string-editor {
display:none;
@@ -153,22 +153,22 @@ how it wants to round. */
width:74%;}
#l10n-client-string-editor .source {
- overflow:hidden;
- width:50%; float:left;}
+ overflow:hidden;
+ width:50%; float:left;}
#l10n-client-string-editor .source .source-text {
- line-height:1.5em;
- background:#eee;
- font-family: monospace;
- text-align: left;
- height:16em; margin:1em; padding:1em;
- overflow:auto;
- direction: ltr;
+ line-height:1.5em;
+ background:#eee;
+ font-family: monospace;
+ text-align: left;
+ height:16em; margin:1em; padding:1em;
+ overflow:auto;
+ direction: ltr;
}
- #l10n-client-string-editor .translation {
- overflow:hidden;
- width:49%; float:right;}
+#l10n-client-string-editor .translation {
+ overflow:hidden;
+ width:49%; float:right;}
#gL10nClientSaveForm {
padding:0em;}
diff --git a/modules/gallery/css/upgrader.css b/modules/gallery/css/upgrader.css
index 6bd16064..b877df49 100644
--- a/modules/gallery/css/upgrader.css
+++ b/modules/gallery/css/upgrader.css
@@ -1,117 +1,117 @@
body {
- background: #eee;
- font-family: Trebuchet MS;
- font-size: 1.1em;
+ background: #eee;
+ font-family: Trebuchet MS;
+ font-size: 1.1em;
}
h1 {
- font-size: 1.4em;
+ font-size: 1.4em;
}
div#outer {
- width: 650px;
- background: white;
- border: 1px solid #999;
- margin: 0 auto;
- padding: -10px;
+ width: 650px;
+ background: white;
+ border: 1px solid #999;
+ margin: 0 auto;
+ padding: -10px;
}
div#inner {
- padding: 0 1em 0 1em;
- margin: 0px;
+ padding: 0 1em 0 1em;
+ margin: 0px;
}
div#footer {
- border-top: 1px solid #ccc;
- margin: 1em;
+ border-top: 1px solid #ccc;
+ margin: 1em;
}
td.name {
- text-align: left;
- padding-left: 30px;
+ text-align: left;
+ padding-left: 30px;
}
td {
- text-align: center;
- border-bottom: 1px solid #eee;
+ text-align: center;
+ border-bottom: 1px solid #eee;
}
tr.current td {
- color: #999;
- font-style: italic;
+ color: #999;
+ font-style: italic;
}
tr.current td.gallery {
- color: #00d;
+ color: #00d;
}
tr.upgradeable td {
- font-weight: bold;
+ font-weight: bold;
}
tr.upgradeable td.gallery {
- color: #00d;
+ color: #00d;
}
table {
- width: 600px;
- margin-bottom: 10px;
+ width: 600px;
+ margin-bottom: 10px;
}
p {
- font-size: .9em;
+ font-size: .9em;
}
ul {
- font-size: .9em;
- list-style: none;
+ font-size: .9em;
+ list-style: none;
}
li {
- display: inline;
+ display: inline;
}
li:before {
- content: "\00BB \0020";
+ content: "\00BB \0020";
}
div.button {
- margin: 0 auto;
- width: 120px;
- text-align: center;
- border: 1px solid #999;
- background: #eee;
+ margin: 0 auto;
+ width: 120px;
+ text-align: center;
+ border: 1px solid #999;
+ background: #eee;
}
div.button a {
- text-decoration: none;
+ text-decoration: none;
}
div.button:hover {
- background: #ccc;
+ background: #ccc;
}
div#confirmation {
- position: absolute;
- background: blue;
- z-index: 1000;
- margin: 10px;
- text-align: center;
+ position: absolute;
+ background: blue;
+ z-index: 1000;
+ margin: 10px;
+ text-align: center;
}
div#confirmation div {
- margin: 2px;
- padding: 20px;
- border: 2px solid #999;
- background: #eee;
+ margin: 2px;
+ padding: 20px;
+ border: 2px solid #999;
+ background: #eee;
}
.gray_on_done {
- opacity: <?= $done ? "0.5" : "1" ?>;
+ opacity: <?= $done ? "0.5" : "1" ?>;
}
pre {
- display: inline;
- margin: 0px;
- padding: 0px;
+ display: inline;
+ margin: 0px;
+ padding: 0px;
}
diff --git a/modules/organize/css/organize.css b/modules/organize/css/organize.css
index 0fdf5aef..1e608beb 100644
--- a/modules/organize/css/organize.css
+++ b/modules/organize/css/organize.css
@@ -222,7 +222,7 @@
#gOrganizeEditForm {
float: right;
width: 79%;
-// height: 100px;
+ // height: 100px;
}
#gOrganizeFormThumbs {
diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css
index de4d2413..862f1fc1 100644
--- a/themes/admin_default/css/screen.css
+++ b/themes/admin_default/css/screen.css
@@ -77,14 +77,14 @@
**********************************************************************/
.gView {
- min-width: 974px !important;
+ min-width: 974px !important;
}
#gHeader {
- background-color: #e8e8e8;
- border-bottom: 1px solid #ccc;
+ background-color: #e8e8e8;
+ border-bottom: 1px solid #ccc;
margin-bottom: 20px;
- padding: 0 20px;
+ padding: 0 20px;
}
#gContent {
@@ -171,7 +171,7 @@
}
#gSiteStatus {
- margin-bottom: 0;
+ margin-bottom: 0;
}
#gContent .gItem {
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css
index b6e2e1b8..a450356c 100644
--- a/themes/default/css/screen.css
+++ b/themes/default/css/screen.css
@@ -330,7 +330,7 @@ form p.gError,
}
form .gError {
- color: #f00;
+ color: #f00;
}
#gSiteStatus .gError,
@@ -368,7 +368,7 @@ form p.gError {
form .gError,
.gPager .gInfo {
- background-color: #fff;
+ background-color: #fff;
}
#gAdminMaintenance .gError,
@@ -700,7 +700,7 @@ form .gError,
}
#gAddPhotos .gBreadcrumbs {
- font-size: .9em;
+ font-size: .9em;
}
/* Tags and cloud ~~~~~~~~~~~~~~~~~~~~~~~~ */
@@ -833,14 +833,14 @@ form .gError,
}
.gDraggable {
- cursor: move;
+ cursor: move;
}
.gDropTarget {
- background-color: #cfdeff;
- border: 1px dotted #999;
- height: 100px;
- margin: 1em 0;
+ background-color: #cfdeff;
+ border: 1px dotted #999;
+ height: 100px;
+ margin: 1em 0;
}
/* jQuery UI Dialog ~~~~~~~~~~~~~~~~~~~~~~ */
@@ -864,7 +864,7 @@ form .gError,
}
#gDialog li {
- padding-left: 0;
+ padding-left: 0;
}
#gDialog form input[type="text"],
@@ -1015,7 +1015,7 @@ form .gError,
/*************** STUFF THAT NEEDS A HOME ****************/
#gProgress h1 {
- font-size: 1.1em;
+ font-size: 1.1em;
}
.gProgressBar {