mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-12 02:03:50 -04:00
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:
10
modules/organize/css/organize_theme.css
Normal file
10
modules/organize/css/organize_theme.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user