-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
148 lines (138 loc) · 2.96 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
/*
* Seagull Gallery
*/
body {
font-family: Helvetica,Arial,sans-serif !important;
font-size: 75%;
background: #F7F7F7;
padding: 0 10px;
}
h1 {
margin-left: 0;
font-size: 150%;
}
form input:read-only, form select:read-only, form textarea:read-only {
background-image: none;
background: #EEE;
}
.b-td__title {
font-weight: bold;
}
.col-edit {
cursor: pointer;
vertical-align: top;
}
/* tablesort */
.tsort .tsort__dragHandle {
padding: 0 5px;
cursor: move;
}
.b-table tbody tr:hover .tsort__dragHandle {
background: transparent url('../../seagulllibrary/css/images/move.png') no-repeat center center;
}
.tsort .tsort__col-edit {
background: url('../../seagulllibrary/css/images/gtk-edit.png') no-repeat center center;
cursor: pointer;
}
.tsort .tsort__dragClass td {
/* background: #FFEEB2;*/
}
.tsort .showDragHandle {
background: transparent url('../../seagulllibrary/css/images/move.png') no-repeat center center;
}
/* upload images */
.b-progress {
position: relative;
display: none;
width: 300px;
margin: 5px 0;
padding: 1px;
border: 1px solid #ddd;
border-radius: 3px;
}
.b-progress__bar {
background: url('../../seagulllibrary/css/images/upload.gif') repeat-x 0 0;
width: 70%;
height: 18px;
border-radius: 3px;
}
.b-progress__percent {
position: absolute;
display: block;
text-align: center;
top: 3px;
width: 100%;
}
.b-table tbody tr:hover .img-download,
.gallery-grid-item:hover .img-download {
display: block;
width: 16px;
height: 16px;
position: absolute;
margin: 4px;
background: url('../../seagulllibrary/css/images/save_16.gif') no-repeat center center;
}
.ui-dialog .ui-dialog-content {
padding: 0;
}
#dialog-select-gallery button.ui-button {
display: none;
}
.dialog-select-gallery button.ui-button {
width: auto;
}
.gallery-grid {
margin-top: 15px;
}
.gallery-grid-item {
display: inline-block;
vertical-align: top;
margin: 0 15px 13px 0;
padding: 4px;
border: 1px solid transparent;
font: 0px/0 a;
text-align: center;
border-radius: 5px;
width: 150px;
height: 100px;
line-height: 100px;
cursor: url('images/zoomin.cur'), auto;
background: #FFF;
transition: all .1s linear;
}
.gallery-grid-item img {
max-width: 100%;
max-height: 100%;
margin: 0;
border-radius: 3px;
vertical-align: middle;
}
.gallery-grid-item .img_select {
display: none;
}
.gallery-grid-item:hover {
border: 1px solid #b7b7b7;
box-shadow: 0 0 3px rgba(0,0,0,.2);
}
.gallery-grid-item_selected_yes:hover,
.gallery-grid-item_selected_yes {
border: 1px solid #b00;
background: #FFC4C4;
box-shadow: 0 0 0 2px #a00;
}
/* timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
.b-btn-imgs-del {
color: #888;
}
.tc {
text-align: center;
}
.tr {
text-align: right;
}