aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--admin/template/goto/rating.tpl3
-rw-r--r--admin/template/goto/theme/roma/theme.css3
-rw-r--r--template/yoga/theme/Sylvia/theme.css6
3 files changed, 10 insertions, 2 deletions
diff --git a/admin/template/goto/rating.tpl b/admin/template/goto/rating.tpl
index ac5d2f262..34faf5cac 100644
--- a/admin/template/goto/rating.tpl
+++ b/admin/template/goto/rating.tpl
@@ -24,7 +24,10 @@
<input type="text" name="display" size="2" value="{$DISPLAY}">
</label>
+ <label>
+ &nbsp;
<input class="submit" type="submit" name="submit_filter" value="{'Submit'|@translate}" />
+ </label>
<input type="hidden" name="page" value="rating" />
</fieldset>
</form>
diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css
index 3d57b66a9..a7db0baac 100644
--- a/admin/template/goto/theme/roma/theme.css
+++ b/admin/template/goto/theme/roma/theme.css
@@ -6,7 +6,7 @@ INPUT, select, textarea { color:#999; background-color: #444; }
/* INPUT[type="checkbox"], INPUT[type="radio"]
{ color:#999; background-color: #eee; } */
INPUT[type="submit"], INPUT[type="reset"] { color:#999; border: 1px solid #666; background-color: #444; padding: 1px 15px; }
-input.rateButton, legend, #theAdminPage h3 { color: #666; }
+input.rateButton, legend, h3 { color: #666; }
#theAdminPage h2 { color: #333; }
.content .infos { color: #f70; border:0; background-color: transparent;
padding:5px 0px 0pt 10pt; min-height: 48px; text-align:left; }
@@ -36,6 +36,7 @@ h3, #imageToolBar a:hover, .row2, .content { background-color: #222; }
.content { padding:5px 5px 5px 5px; margin: 0 10px 0 248px; z-index:99; }
.content h3 { font-size:20px; letter-spacing:-0.4px; margin:0 20px 12px 0;
text-align:right; background:none; border: 0; }
+.content h3 ~ h3{ margin-top: 40px; }
.content h4 { font-size:14px; text-align:left; padding:3px; margin: 2px;}
/*.content h2:before, .content h2:after, */
.content h2 {
diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css
index 082902d76..04c6bce42 100644
--- a/template/yoga/theme/Sylvia/theme.css
+++ b/template/yoga/theme/Sylvia/theme.css
@@ -67,8 +67,12 @@ overflow: auto; overflow-x:hidden; padding:0 0 5px; /* Only IE family supports
#imageHeaderBar .imageNumber { margin-right:170px; }
#imageHeaderBar .browsePath { margin-left:125px; }
H2 { border-bottom: 1px solid #000000; }
+#qsearchInput { background-color: #111; border-color: #222; color: #222;}
FIELDSET, INPUT, SELECT, TEXTAREA { border: 1px solid #666; }
-INPUT, select, textarea { color:#999; background-color: #444; }
+input[type="text"], input[type="password"], input[type="button"], input[type="submit"], input[type="reset"], input[type="file"] {
+background-color:#444; color:#999; } /* stupid Line but needed due to inpact on other themes and deadline of Piwigo 2.0 */
+INPUT, select, textarea { color:#999; background-color: #444; }
+#qsearchInput:focus,
input:focus, select:focus, textarea:focus, input.focus, form .focus { background-color:#444;color: #999; }
.content UL.thumbnails SPAN.wrap2 {
border: 1px solid #666; /* thumbnails border color and style */