aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/default-layout.css
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2008-11-04 01:46:17 +0000
committerrvelices <rv-github@modusoptimus.com>2008-11-04 01:46:17 +0000
commit43b7a7e8726997f60dba12d54aaddef092dd7f6e (patch)
treee87b798c0ebe1078363b365ee5859444934edd8b /template/yoga/default-layout.css
parent17334bdba335cba27b747dbacb5f8bef92e2f957 (diff)
- removed some unused constants from constants.php
- removed some unused css rules - removed unused code git-svn-id: http://piwigo.org/svn/branches/2.0@2823 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/default-layout.css')
-rw-r--r--template/yoga/default-layout.css16
1 files changed, 4 insertions, 12 deletions
diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css
index 58310623e..55cd09e57 100644
--- a/template/yoga/default-layout.css
+++ b/template/yoga/default-layout.css
@@ -46,7 +46,6 @@ HR.separation {
margin: 0 0 10px 0;
}
-/** General defaults **/
INPUT, SELECT {
margin: 0;
font-size: 1em; /* <= some browsers don't set it correctly */
@@ -57,7 +56,6 @@ TABLE { /* horizontaly centered */
margin-right: auto;
}
-/** forms **/
FORM { padding: 0; margin: 0; }
@@ -72,12 +70,6 @@ FORM FIELDSET P {
margin-bottom: 0;
}
-TEXTAREA.description {
- height: 6em;
- width: 40em;
- overflow: auto;
-}
-
SELECT.categoryList {
height: 20em;
width: 500px;
@@ -274,10 +266,10 @@ TABLE.tagLetterContent {
#theHeader {text-align: center;}
-#theNotificationPage dl,
-#thePopuphelpPage dl { margin: 0 25px 25px; }
-#content #comments ul.thumbnailCategories li { width:99%; }
+#theNotificationPage DL,
+#thePopuphelpPage DL { margin: 0 25px 25px; }
+#content #comments UL.thumbnailCategories LI { width:99%; }
/* jQuery datepicker */
-img.ui-datepicker-trigger {
+IMG.ui-datepicker-trigger {
cursor : pointer;
}