summaryrefslogtreecommitdiff
path: root/themes/default/css/screen.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/css/screen.css')
-rw-r--r--themes/default/css/screen.css24
1 files changed, 14 insertions, 10 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css
index a88ed91f..cd8cb288 100644
--- a/themes/default/css/screen.css
+++ b/themes/default/css/screen.css
@@ -181,6 +181,10 @@ table.gBlockContent td {
padding-right: 10px;
}
+#gAlbumHeaderButtons {
+ float: right;
+}
+
#gAlbumGrid {
margin: 0;
}
@@ -215,6 +219,15 @@ table.gBlockContent td {
float: right;
}
+#gItemHeader {
+ height: 40px;
+ position: relative;
+}
+
+#gItemHeaderButtons {
+ float: right;
+}
+
#gItem img {
background-color: #e7e7e7;
border: 1px solid #c0c0c0;
@@ -301,16 +314,6 @@ table.gMetadata td.toggle {
width: 100%;
}
-/* Slideshow button ~~~~~~~~~~~~~~~~~~~~~~ */
-
-#gSlideshowLink {
- float: right;
-}
-
-#gItem #gSlideshowLink {
- position: relative;
-}
-
/* Breadcrumbs ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#gBreadcrumbs {
@@ -544,6 +547,7 @@ form#gAddTag input[type=text] {
.gButtonLink {
border: 1px solid #d3d3d3;
padding: 5px;
+ margin-left: 5px;
}
.gButtonLink:hover {