aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/theme.css
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2010-11-25 21:26:29 +0000
committerrvelices <rv-github@modusoptimus.com>2010-11-25 21:26:29 +0000
commitbad80308ea2a987f34b44dca1912010f78f3341a (patch)
tree55b5c558b680e27a36bfe0f37aefcec5caba70ae /themes/default/theme.css
parentc3df7f2705140e3830438db7a0dc24eaa1b5cf28 (diff)
-fix css rules
- comment_list.tpl style was broken - picture_nav_buttons.tpl shorter javascript git-svn-id: http://piwigo.org/svn/trunk@7877 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default/theme.css')
-rw-r--r--themes/default/theme.css25
1 files changed, 7 insertions, 18 deletions
diff --git a/themes/default/theme.css b/themes/default/theme.css
index e1b34cb67..87c685684 100644
--- a/themes/default/theme.css
+++ b/themes/default/theme.css
@@ -300,7 +300,7 @@ UL.thumbnails SPAN.wrap2 {
margin: 0; /* important reset the margins */
display: table-cell;/* block prevents vertical-align here */
vertical-align: middle;/* Ok with Opera and Geko not IE6 */
- border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */
+ border-radius: 4px; /* round corners with CSS3 compliant browsers */
-moz-border-radius: 4px; /* round corners with Geko */
-webkit-border-radius: 4px; /* Safari webkit project */
}
@@ -399,6 +399,8 @@ TABLE.infoTable TD.value UL {
.rateButton, .rateButtonSelected, .rateButtonStarFull, .rateButtonStarEmpty {
padding:0;
border:0;
+ color:inherit;
+ background-color:transparent !important; /* Konqueror doesn't accept transparent here */
}
.rateButton, .rateButtonStarFull, .rateButtonStarEmpty {
@@ -418,6 +420,7 @@ TABLE.infoTable TD.value UL {
background: url('icon/rating-stars.gif') no-repeat scroll; background-position:0 center; width:16px;
}
+
/**
* Default Layout
*/
@@ -651,17 +654,12 @@ UL.tagSelection LI {
display: none;
}
-#thePopuphelpPage P {
- text-align: justify;
+#thePopuphelpPage P, #theNotificationPage P {
padding: 0.5em;
}
-#thePopuphelpPage LI {
- margin-bottom: 0.5em;
-}
-
-#theNotificationPage P {
- padding: 0.5em;
+#theNotificationPage DL, #thePopuphelpPage DL {
+ margin: 0 25px 25px;
}
TR.tagLine {
@@ -696,10 +694,6 @@ TABLE.tagLetterContent {
#theHeader {text-align: center;}
-#theNotificationPage DL, #thePopuphelpPage DL {
- margin: 0 25px 25px;
-}
-
.content #comments UL.thumbnailCategories LI { width:99%; }
/* jQuery datepicker */
@@ -771,11 +765,6 @@ INPUT.radio, INPUT.checkbox {
border: none; /* <= IE6 needs this */
}
-/* rate buttons displayed like links */
-.rateButton, .rateButtonSelected, .rateButtonStarFull, .rateButtonStarEmpty {
- color:inherit;
- background-color:transparent !important; /* Konqueror doesn't accept transparent here */
-}
.errors { /* Errors display */
color: red;