2009-04-23 20:48:09 +00:00
|
|
|
/*******************************************************************
|
2009-08-30 16:16:39 -07:00
|
|
|
* Dialog wide styles
|
2009-04-23 20:48:09 +00:00
|
|
|
*/
|
2009-08-03 09:19:17 -07:00
|
|
|
|
2009-11-15 22:55:09 -07:00
|
|
|
#g-organize {
|
|
|
|
|
height: auto;
|
|
|
|
|
margin: 0 !important;
|
|
|
|
|
padding: 0 !important;
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 100%;
|
2009-05-07 05:16:56 +00:00
|
|
|
}
|
2009-04-27 20:30:46 +00:00
|
|
|
|
2009-11-15 22:55:09 -07:00
|
|
|
#g-organize-content-pane {
|
|
|
|
|
height: auto;
|
|
|
|
|
margin: 0 !important;
|
|
|
|
|
padding: 0 !important;
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 100%;
|
2009-08-06 09:46:39 -07:00
|
|
|
}
|
|
|
|
|
|
2009-04-17 02:06:00 +00:00
|
|
|
/*******************************************************************
|
2009-08-30 16:16:39 -07:00
|
|
|
* Album Tree styles
|
2009-04-17 02:06:00 +00:00
|
|
|
*/
|
2009-11-15 22:55:09 -07:00
|
|
|
|
|
|
|
|
#g-organize #g-organize-tree-container {
|
2009-08-06 09:46:39 -07:00
|
|
|
height: 100%;
|
2009-08-05 10:26:11 -07:00
|
|
|
overflow: auto;
|
2009-11-15 22:55:09 -07:00
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
width: 19%;
|
2009-04-06 05:02:56 +00:00
|
|
|
}
|
|
|
|
|
|
2009-11-20 10:26:11 -08:00
|
|
|
#g-organize-album-tree {
|
|
|
|
|
overflow: auto;
|
2009-08-30 16:11:28 -07:00
|
|
|
}
|
|
|
|
|
|
2009-10-04 15:53:00 -06:00
|
|
|
#g-organize-album-tree ul li {
|
2009-11-15 22:55:09 -07:00
|
|
|
padding: 0 0 .2em 1.2em;
|
2009-04-17 02:06:00 +00:00
|
|
|
}
|
|
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
.g-organize-album span {
|
2009-08-05 10:26:11 -07:00
|
|
|
cursor: pointer;
|
2009-04-17 02:06:00 +00:00
|
|
|
}
|
|
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
.g-organize-album-text {
|
2009-08-05 10:26:11 -07:00
|
|
|
cursor: pointer;
|
2009-08-30 16:11:28 -07:00
|
|
|
display: block;
|
2009-11-15 22:55:09 -07:00
|
|
|
margin: 2px 0px 1px 2px;
|
|
|
|
|
width: auto;
|
2009-04-17 02:06:00 +00:00
|
|
|
}
|
2009-08-30 16:11:28 -07:00
|
|
|
|
2009-04-17 02:06:00 +00:00
|
|
|
/*******************************************************************
|
2009-08-30 16:16:39 -07:00
|
|
|
* Album panel styles
|
2009-04-17 02:06:00 +00:00
|
|
|
*/
|
2009-11-15 22:55:09 -07:00
|
|
|
|
|
|
|
|
#g-organize #g-organize-detail {
|
|
|
|
|
height: 100%;
|
2009-04-17 02:06:00 +00:00
|
|
|
margin: 0 !important;
|
2009-11-15 22:55:09 -07:00
|
|
|
overflow: hidden;
|
2009-04-17 02:06:00 +00:00
|
|
|
padding: 0 !important;
|
2009-11-15 22:55:09 -07:00
|
|
|
width: 80%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#g-organize #g-organize-detail .g-message-block {
|
|
|
|
|
margin: 0;
|
2009-11-15 23:27:37 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#g-organize #g-organize-detail .g-message-block li {
|
|
|
|
|
padding-bottom: .2em;
|
|
|
|
|
padding-top: .2em;
|
|
|
|
|
width: inherit;
|
2009-11-15 22:55:09 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#g-organize-microthumb-panel {
|
|
|
|
|
height: 100%;
|
|
|
|
|
margin: 0 !important;
|
|
|
|
|
position: relative;
|
|
|
|
|
padding: 0 !important;
|
|
|
|
|
width: 100%;
|
2009-04-03 00:50:43 +00:00
|
|
|
}
|
|
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
#g-organize-microthumb-grid {
|
2009-11-15 22:55:09 -07:00
|
|
|
height: 100%;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
padding: .4em !important;
|
|
|
|
|
position: relative;
|
2009-04-03 00:50:43 +00:00
|
|
|
}
|
|
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
.g-organize-microthumb-grid-cell {
|
2009-11-15 22:55:09 -07:00
|
|
|
margin: 6px;
|
|
|
|
|
padding: 0 !important;
|
|
|
|
|
position: relative;
|
2009-08-13 18:58:40 -07:00
|
|
|
}
|
|
|
|
|
|
2009-10-04 00:27:22 -06:00
|
|
|
.g-organize-microthumb {
|
2009-08-05 09:23:32 -07:00
|
|
|
display: block;
|
2009-11-15 22:55:09 -07:00
|
|
|
height: 100px;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: .4em 0;
|
|
|
|
|
position: relative;
|
2009-08-05 09:23:32 -07:00
|
|
|
text-align: center;
|
2009-11-15 22:55:09 -07:00
|
|
|
width: 110px;
|
2009-04-03 00:50:43 +00:00
|
|
|
}
|
|
|
|
|
|
2009-09-12 08:53:24 -07:00
|
|
|
.ui-selectable-helper {
|
2009-11-15 22:55:09 -07:00
|
|
|
z-index: 2000 !important;
|
2009-08-05 16:45:44 -07:00
|
|
|
}
|
|
|
|
|
|
2009-11-15 22:55:09 -07:00
|
|
|
.g-organize-microthumb .ui-icon {
|
|
|
|
|
bottom: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
position: absolute;
|
|
|
|
|
z-index: 4000;
|
2009-04-03 00:50:43 +00:00
|
|
|
}
|
|
|
|
|
|
2009-04-17 02:06:00 +00:00
|
|
|
/****************************************************************
|
2009-08-30 16:16:39 -07:00
|
|
|
* Controls styles
|
2009-04-17 02:06:00 +00:00
|
|
|
*/
|
2009-11-15 22:55:09 -07:00
|
|
|
|
2009-10-04 15:53:00 -06:00
|
|
|
#g-organize-controls {
|
2009-11-15 22:55:09 -07:00
|
|
|
margin: 0 !important;
|
|
|
|
|
padding: .2em .4em;
|
2009-04-27 20:30:46 +00:00
|
|
|
}
|
|
|
|
|
|
2009-10-04 15:53:00 -06:00
|
|
|
#g-organize-controls select {
|
2009-08-28 14:27:37 -07:00
|
|
|
display: inline;
|
2009-04-27 20:30:46 +00:00
|
|
|
}
|
|
|
|
|
|
2009-10-04 15:53:00 -06:00
|
|
|
#g-organize-close {
|
2009-08-28 14:27:37 -07:00
|
|
|
margin-right: 12px;
|
2009-04-27 20:30:46 +00:00
|
|
|
}
|