aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/theme.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/theme.css')
-rw-r--r--themes/default/theme.css47
1 files changed, 16 insertions, 31 deletions
diff --git a/themes/default/theme.css b/themes/default/theme.css
index 25444db30..a5f8e49ad 100644
--- a/themes/default/theme.css
+++ b/themes/default/theme.css
@@ -136,22 +136,19 @@
/* begin chronology/calendar elements*/
.calendarViews {
- display: block;
float: right;
margin: 5px 5px 0 0;
}
-.calItem, .calItemEmpty {
+.calItem {
font-weight: bold;
margin: 0 1px;
+ padding: 0 1px;
border: 1px solid gray;
}
-.calItem A { border:0 }
-
.calendarCalBar {
margin: 10px;
- text-align: left;
}
.calCalHead {
@@ -176,18 +173,6 @@ TD.calDayCellFull, TD.calDayCellEmpty {
border: 1px solid gray;
}
-.calImg {
- overflow: hidden;
- vertical-align: bottom;
- z-index: 1;
- position: relative; /*<- this required by IE*/
-}
-
-.calImg IMG {
- position: relative;
- border: 0;
-}
-
.calBackDate {
padding-left: 4px;
padding-top: 0;
@@ -378,10 +363,6 @@ TD.calDayCellFull, TD.calDayCellEmpty {
margin-bottom:5px;
}
-.relSwitchBox {
- position: relative;
-}
-
#theImage {
text-align: center;
}
@@ -399,6 +380,16 @@ TD.calDayCellFull, TD.calDayCellEmpty {
#linkNext {
float: right;
margin: 5px 5px 0 10px;
+ text-align: right;
+}
+
+
+DIV.thumbHover{ /*only first & last holders are divs*/
+ width: 108px;
+ height: 118px;
+ border: 1px solid gray;
+ padding: 0 5px;
+ line-height: 1.2;
}
.imageInfoTable UL { /*this is the album list*/
@@ -574,14 +565,12 @@ FIELDSET {
}
.tagSelection {
- width: 99%;
- margin: 1em 0;
- padding: 0;
+ margin: 1em 0 !important;
}
.tagSelection LI {
display:inline-block;
- width:150px!important;
+ width: 150px;
overflow:hidden;
white-space: nowrap;
}
@@ -590,7 +579,7 @@ FIELDSET {
font-size: 120%;
text-align: justify;
padding: 0;
- margin: 1em 2em;
+ margin: 1em;
}
#fullTagCloud SPAN {
@@ -662,7 +651,7 @@ IMG.ui-datepicker-trigger {
*/
/* So that non-links are slightly greyed out */
-.content .navigationBar, .calItemEmpty, TD.calDayCellEmpty {
+.content .navigationBar, SPAN.calItem, TD.calDayCellEmpty {
color: #b0b0b0;
}
@@ -753,10 +742,6 @@ LEGEND {
border-radius: 3px;
}
-#lostPassword {
- padding: 1em;
-}
-
#lostPassword p {
text-align: left;
margin: 1.5em 0;