summaryrefslogtreecommitdiff
path: root/themes/default/css
diff options
context:
space:
mode:
authorChad Kieffer <chad@2tbsp.com>2008-11-09 23:03:50 +0000
committerChad Kieffer <chad@2tbsp.com>2008-11-09 23:03:50 +0000
commit46a67a4b6d922c54bf001c7faa1311b5f4ef4c7e (patch)
treea644ab69d08d1d11f2195f0d0f4f70b11e7ec35a /themes/default/css
parent24decb7fa41974fa9a2edc323b30eccb1548721e (diff)
IE fixes, sidebar is now fixed in IE (we were missing a yui-g class). Removed .first class, it's not needed, at least not now. Moved all top-level layout containers to page.html.php so that if themers want to replace YUI grids with something else, like Blueprint, they only really need to edit page.html.php.
Diffstat (limited to 'themes/default/css')
-rw-r--r--themes/default/css/screen.css30
1 files changed, 12 insertions, 18 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css
index 3c2d3ebb..aa51116a 100644
--- a/themes/default/css/screen.css
+++ b/themes/default/css/screen.css
@@ -172,17 +172,17 @@ table.gBlockContent td {
}
-/* ~~~~~~~~~ album ~~~~~~~~~~ */
+/* ~~~~~~~~~ Album ~~~~~~~~~~ */
-#gAlbumGridHeader {
+#gAlbumHeader {
height: 40px;
position: relative;
}
-#gAlbumGridHeader h1 {
+#gAlbumHeader h1 {
display: inline;
}
-#gAlbumGridHeader span {
- padding-left: 10px;
+#gAlbumHeader span {
+ padding-right: 10px;
}
#gAlbumGrid {
@@ -192,15 +192,11 @@ table.gBlockContent td {
border: 1px solid #ccc;
float: left;
list-style: none;
- margin: 0 14px 10px 0;
+ margin: 0 24px 10px 0;
padding: 5px 0 5px 0;
text-align: center;
}
-#gAlbumGrid .first {
- clear: left;
-}
-
.gAlbum {
background-color: #d4daff;
}
@@ -217,7 +213,7 @@ table.gBlockContent td {
#gItem {
margin: 0;
}
-#gItem a.buttonlink {
+#gItem a.gButtonLink {
float: right;
}
#gItem img {
@@ -361,11 +357,9 @@ table.gMetadata td.toggle {
#gLoginMenu {
border: 1px solid #c0c0c0;
border-top: none;
+ float: right;
+ margin-right: 5px;
padding: 5px;
- position: absolute;
- right: 13px;
- text-align: right;
- top: 0;
}
#gLoginMenu form {
margin-top: 5px;
@@ -599,14 +593,14 @@ table.gMetadata td.toggle {
** *******************************************************************
*/
-.buttonlink {
+.gButtonLink {
border: 1px solid #d3d3d3;
padding: 5px;
}
-.buttonlink:hover {
+.gButtonLink:hover {
background-color: #f3f3f3;
}
-.understate {
+.gUnderState {
color: #c0c0c0;
}