mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-03 13:40:44 -04:00
Remove the complicated calculation to determine the height of the
micro thumb grid, by setting all the parent elements to 100% in the css and then subtract the height of the button bar
This commit is contained in:
@@ -7,6 +7,11 @@
|
||||
|
||||
#gOrganize {
|
||||
overflow: hidden;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#gOrganize #bd {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#gOrganize .yui-u {
|
||||
@@ -22,16 +27,20 @@
|
||||
width: 75%;
|
||||
}
|
||||
|
||||
#gOrganizeDetail {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#gMessage .gInfo {
|
||||
font-weight: bold;
|
||||
padding-left: 2em;
|
||||
}
|
||||
|
||||
|
||||
/*******************************************************************
|
||||
* Album Tree styling
|
||||
*/
|
||||
#gOrganizeTreeContainer {
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
|
||||
Reference in New Issue
Block a user