aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/theme.css
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2013-10-13 05:01:14 +0000
committerrvelices <rv-github@modusoptimus.com>2013-10-13 05:01:14 +0000
commita187974f05bb290e6f86942ed4ece455e90b81f2 (patch)
tree16aeca677539cd2f36c1fe3ac4de67d5850da84f /themes/default/theme.css
parentefbc08e537e26dde5f1bd98de4f8608ad6e81501 (diff)
simplified first and last holders in picture navigation...
git-svn-id: http://piwigo.org/svn/trunk@24881 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--themes/default/theme.css13
1 files changed, 5 insertions, 8 deletions
diff --git a/themes/default/theme.css b/themes/default/theme.css
index e1fcfe4af..f787090bf 100644
--- a/themes/default/theme.css
+++ b/themes/default/theme.css
@@ -387,27 +387,24 @@ TD.calDayCellFull, TD.calDayCellEmpty {
min-height: 120px;
}
-#linkPrev, #linkFirst {
+#linkPrev {
float: left;
margin: 5px 10px 0 5px;
}
-#linkNext, #linkLast {
+#linkNext {
float: right;
margin: 5px 5px 0 10px;
text-align: right;
}
-#linkFirst, #linkLast {
- border: 1px solid #ccc;
-}
-#linkFirst div, #linkLast div {
- display: inline-block;
+DIV.thumbHover{ /*only first & last holders are divs*/
width: 108px;
height: 118px;
+ border: 1px solid gray;
+ padding: 0 5px;
line-height: 1.2;
- margin: 0 5px;
}
.imageInfoTable UL { /*this is the album list*/