-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathfireflyUi.css
More file actions
42 lines (42 loc) · 883 Bytes
/
fireflyUi.css
File metadata and controls
42 lines (42 loc) · 883 Bytes
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
.ui-dialog {
position: absolute;
top: 0;
left: 0;
padding: .2em;
outline: 0;
background-color: rgb(64,64,64);
}
.ui-dialog .ui-dialog-titlebar {
padding: .4em 1em;
position: relative;
background-color: rgb(64,64,64);
}
.ui-dialog .ui-dialog-title {
float: left;
margin: .1em 0;
white-space: nowrap;
width: 90%;
overflow: hidden;
background-color: rgb(64,64,64);
color: rgb(255,255,255);
text-overflow: ellipsis;
text-align:center;
}
.ui-dialog .ui-dialog-titlebar-close {
position: absolute;
right: .3em;
top: 50%;
width: 20px;
margin: -10px 0 0 0;
padding: 1px;
height: 20px;
background-color: rgb(64,64,64);
}
.child_div_1{
float:left;
padding-right:15px;
}
.noTitleStuff .ui-dialog-titlebar {display:none}
/* .ui-dialog-titlebar-close {
visibility: hidden;
}*/