Remove all style from the organize.css file and make use of the themeroller styles as much as possible.

This commit is contained in:
Tim Almdal
2009-11-20 10:26:11 -08:00
parent 6a9fbffff0
commit 72deeb1119
5 changed files with 23 additions and 39 deletions

View File

@@ -30,9 +30,8 @@
width: 19%;
}
#g-organize-album-tree .g-selected {
background-color: #eee;
border-bottom: 1px solid #999;
#g-organize-album-tree {
overflow: auto;
}
#g-organize-album-tree ul li {
@@ -50,10 +49,6 @@
width: auto;
}
.g-organize-album-text:hover {
background: #eee;
}
/*******************************************************************
* Album panel styles
*/
@@ -77,8 +72,6 @@
}
#g-organize-microthumb-panel {
background-color: #eee;
border: 1px solid #999;
height: 100%;
margin: 0 !important;
position: relative;
@@ -100,8 +93,6 @@
}
.g-organize-microthumb {
background-color: #fff;
border: 1px solid #ccc;
display: block;
height: 100px;
margin: 0;
@@ -111,16 +102,7 @@
width: 110px;
}
.g-organize-microthumb-grid-cell.ui-selecting,
.g-organize-microthumb-grid-cell.ui-selected {
border: 2px solid #13A;
margin: 4px;
}
.ui-selectable-helper {
background: #13A;
border: 1px dashed #00F;
opacity: 0.25;
z-index: 2000 !important;
}
@@ -131,21 +113,13 @@
z-index: 4000;
}
.g-organize-microthumb-grid-cell:hover {
border: 2px solid #13A;
margin: 4px;
}
/****************************************************************
* Controls styles
*/
#g-organize-controls {
background-color: #666;
color: #eee;
margin: 0 !important;
padding: .2em .4em;
width: 100%;
}
#g-organize-controls select {