1) Simplify the layout of the organize dialog content.

2) Use CSS to layout the thmbnail grid to the full dialog size.  Fixes ticker #848.
3) Separate css that can be themed into organize_theme.css.  This isolates the themed components into a separate file for easy of overriding by a theme.
This commit is contained in:
Tim Almdal
2010-02-03 13:56:04 -08:00
parent aa4ed45473
commit 95b26db82c
6 changed files with 60 additions and 50 deletions

View File

@@ -0,0 +1,10 @@
/** *******************************************************************
* Organize styles that are theme overrideable
*********************************************************************/
.g-organize-microthumb-grid-cell.ui-selected {
background: #DFEFFC !important;
}
#g-organize-microthumb-grid {
border: 1px solid #79B7E7;
}