summaryrefslogtreecommitdiff
path: root/themes/default/css
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-11-27 22:08:56 +0000
committerBharat Mediratta <bharat@menalto.com>2008-11-27 22:08:56 +0000
commit26c9ec6d4ba2a563a53b74612af4a0083c7fa23e (patch)
treece597157cf13ecce364ae68571f5c5009a25e436 /themes/default/css
parentbb388af21af7a4778f55598e8b78fc71ae0cd04b (diff)
Make header buttons, line them up nicely and float them to the right
so that they don't push the album grid down.
Diffstat (limited to 'themes/default/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 {