diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2010-02-03 13:56:04 -0800 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-02-04 08:23:02 -0800 |
| commit | 95b26db82c3f835f66cdb32aef13aa84a6a206e5 (patch) | |
| tree | a407d6eae6e31148b0916666544a53a417e16084 /modules/organize/css/organize_theme.css | |
| parent | aa4ed454737d45bf8140fd84f2eea2e04ed4a7d6 (diff) | |
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.
Diffstat (limited to 'modules/organize/css/organize_theme.css')
| -rw-r--r-- | modules/organize/css/organize_theme.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/organize/css/organize_theme.css b/modules/organize/css/organize_theme.css new file mode 100644 index 00000000..727dca97 --- /dev/null +++ b/modules/organize/css/organize_theme.css @@ -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; +} |
