aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2012-03-31 08:54:36 +0000
committerplegall <plg@piwigo.org>2012-03-31 08:54:36 +0000
commita90fed4d55b15c50143e64d0deca605768c24d22 (patch)
treeb82acf05e34987c416cb384938d673c5d9873eb2 /themes
parenta55ae02730bd5a07a891b6837c14bb4838ac68ae (diff)
theme Elegant, menubar:
* center quick search * center quick connect and less visible border git-svn-id: http://piwigo.org/svn/trunk@13837 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes')
-rw-r--r--themes/default/template/menubar_identification.tpl2
-rw-r--r--themes/elegant/theme.css12
2 files changed, 11 insertions, 3 deletions
diff --git a/themes/default/template/menubar_identification.tpl b/themes/default/template/menubar_identification.tpl
index d368c2976..6063154da 100644
--- a/themes/default/template/menubar_identification.tpl
+++ b/themes/default/template/menubar_identification.tpl
@@ -38,7 +38,7 @@
{if $AUTHORIZE_REMEMBERING}
<div><label for="remember_me">
- {'Auto login'|@translate} <input type="checkbox" name="remember_me" id="remember_me" value="1">
+ <input type="checkbox" name="remember_me" id="remember_me" value="1"> {'Auto login'|@translate}
</label></div>
{/if}
diff --git a/themes/elegant/theme.css b/themes/elegant/theme.css
index fb9d17f36..affe97d80 100644
--- a/themes/elegant/theme.css
+++ b/themes/elegant/theme.css
@@ -1,4 +1,4 @@
-/* backgorunds */
+/* backgrounds */
html, body { background-color: #111;}
@@ -50,8 +50,12 @@ INPUT:focus, SELECT:focus, TEXTAREA:focus { color: #fff;}
.calendarTitle { border-top: 2px solid #444;}
.switchBox { border: 1px solid #000;}
.switchBoxTitle { border-bottom: 1px solid #444;}
-FIELDSET, INPUT, SELECT, TEXTAREA { border: 1px solid #777;}
+INPUT, SELECT, TEXTAREA { border: 1px solid #666;}
+FIELDSET {border: 2px solid #444;}
+/* form */
+legend {font-style:normal;}
+#qsearchInput {margin-left:-20px}
/* icons */
@@ -91,6 +95,10 @@ a:hover { border-bottom: none;}
#menubar dd { padding: 0 0 1em 1em;}
#menubar .pwg-icon-filter { display: none;}
+#quickconnect FIELDSET {
+ margin: 0 10px 0 -10px;
+ border: 2px solid #444444;
+}
/* switchers */