aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/theme.css
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2012-03-27 20:05:37 +0000
committerrvelices <rv-github@modusoptimus.com>2012-03-27 20:05:37 +0000
commit36290184dd8b78bd3f11c5b320c20b203a93b4f8 (patch)
treebc4c39da3d630aac6e397a6a81caed66b7bbc7b7 /themes/default/theme.css
parentcc1d7fd3e658b48afd49d585b9a43fff5674d045 (diff)
- remove unnecessary classes switchSelected switchUnselected (same effect acheved through visibility)
- remove unused css git-svn-id: http://piwigo.org/svn/trunk@13773 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--themes/default/theme.css14
1 files changed, 3 insertions, 11 deletions
diff --git a/themes/default/theme.css b/themes/default/theme.css
index 448ae1cdd..e21756ca5 100644
--- a/themes/default/theme.css
+++ b/themes/default/theme.css
@@ -288,14 +288,6 @@ TD.calDayHead {
/*width: inherit;*/
}
-.commentElement .description H3 {
- text-align: left;
- background: transparent;
- margin: 0;
- padding: 0.1em;
- font-size: 120%;
-}
-
.commentElement .description P {
margin: 0;
}
@@ -382,10 +374,11 @@ TD.calDayHead {
#imageToolBar .pwg-button {width:42px;}
.switchBox {
- padding: 0.5em 10px;
+ padding: 0.5em 5px;
border-radius: 4px;
z-index: 100;
- text-align:left;
+ text-align: left;
+ position: absolute; /*left, right set through js*/
}
.switchBoxTitle {
@@ -397,7 +390,6 @@ TD.calDayHead {
#theImage {
clear: left;
text-align: center;
- position: relative; /*so that the drivative switch link is positioned relative to us*/
}
#imageInfos {