summaryrefslogtreecommitdiff
path: root/modules/organize/css
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-10-28 23:34:53 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-10-28 23:34:53 -0600
commit66e1e32f342a7f23ea2bb01ea4020069d0a6a82d (patch)
tree9e681a8b7a0d87c9d425c4bac3b2053a9705b808 /modules/organize/css
parentdb35107daf2f1a810e15997a074af0ccbb0efc8e (diff)
Removed YUI grids. Added g- prefix to selected class. Layout almost completely restored, still need to fix action-status message box
Diffstat (limited to 'modules/organize/css')
-rw-r--r--modules/organize/css/organize.css23
1 files changed, 9 insertions, 14 deletions
diff --git a/modules/organize/css/organize.css b/modules/organize/css/organize.css
index 89c6c027..41695cae 100644
--- a/modules/organize/css/organize.css
+++ b/modules/organize/css/organize.css
@@ -3,6 +3,7 @@
* Dialog wide styles
*/
#g-organize {
+ height: 100%;
overflow: hidden;
}
@@ -10,15 +11,16 @@
height: 100%;
}
-#g-organize .yui-u {
- width: 75%;
+#g-organize #g-organize-detail {
+ width: auto;
}
-#g-organize .yui-gf .g-first {
+#g-organize #g-organize-tree-container {
+ height: 100%;
width: 25%;
}
-#g-action-status {
+#g-organize #g-action-status {
margin-bottom: .4em;
width: 75%;
white-space: nowrap;
@@ -28,11 +30,6 @@
height: 100%;
}
-#g-action-status .g-info {
- font-weight: bold;
- padding-left: 2em;
-}
-
/*******************************************************************
* Album Tree styles
*/
@@ -43,10 +40,10 @@
padding: 0 !important;
}
-#g-organize-album-tree .selected {
+#g-organize-album-tree .g-selected {
background-color: #cfdeff;
border-bottom: 1px solid #999;
- margin-right: 0px;
+ margin-right: 0;
}
#g-organize-album-tree ul li {
@@ -87,8 +84,7 @@
}
.g-organize-microthumb-grid-cell {
- float: left;
- font-size: 0.8em;
+ font-size: .8em;
padding: .5em !important;
border-left: 1px hidden #13A;
border-right: 1px hidden #13A;
@@ -143,6 +139,5 @@
}
#g-organize-close {
- float: right;
margin-right: 12px;
}