| 1 |
#code-files-manager { |
| 2 |
cursor: default; |
| 3 |
display: none; |
| 4 |
position: absolute; |
| 5 |
margin-left: 38px; |
| 6 |
margin-top: 8px; |
| 7 |
width: 400px; |
| 8 |
z-index: 5; |
| 9 |
border: 1px solid #bbb; |
| 10 |
overflow: auto; |
| 11 |
max-height: 348px; |
| 12 |
padding-bottom: 3px; |
| 13 |
} |
| 14 |
#code-files-manager > li.code-file-item {padding: 9px 9px 0px;} |
| 15 |
#code-files-manager > li.code-file-item a {font-size: 15px;text-decoration: none;cursor: pointer;} |
| 16 |
#code-files-manager > li.code-file-item a.active {font-weight: bold; cursor: default;} |
| 17 |
#code-files-manager > li.code-file-item a:hover.active {color: #a5581b !important;} |
| 18 |
|
| 19 |
#code-files-manager > li.quick-toolbar { |
| 20 |
position:absolute; |
| 21 |
background:transparent; |
| 22 |
margin-top: -25px; |
| 23 |
margin-left: 121px; |
| 24 |
margin-top: -19px; |
| 25 |
right: 24px; |
| 26 |
display:none; |
| 27 |
} |
| 28 |
|
| 29 |
#code-files-manager > li.dialog-tool-buttons { |
| 30 |
position: absolute; |
| 31 |
width: 89px; |
| 32 |
height: 19px; |
| 33 |
right: 0px; |
| 34 |
top: 13px; |
| 35 |
} |
| 36 |
#code-files-manager > li.quick-toolbar > input { |
| 37 |
background-color: transparent; |
| 38 |
} |
| 39 |
#code-files-manager > li.quick-toolbar > a { |
| 40 |
margin-top: -1px; |
| 41 |
position: relative; |
| 42 |
top: -1px; |
| 43 |
} |
| 44 |
{ |
| 45 |
/* margin-left: 2px; */ |
| 46 |
} |
| 47 |
|
| 48 |
input.show-selection { |
| 49 |
margin-top: -6px; |
| 50 |
} |
| 51 |
|
| 52 |
#code-files-manager > li.edit-code-file fieldset > ul > li textarea { |
| 53 |
margin: 2px; |
| 54 |
width: 234px; |
| 55 |
height: 53px; |
| 56 |
margin-left: -1px; |
| 57 |
} |
| 58 |
|
| 59 |
#code-files-manager > li.edit-code-file { |
| 60 |
position: relative; |
| 61 |
padding: 5px; |
| 62 |
display: none; |
| 63 |
} |
| 64 |
|
| 65 |
#code-files-manager > li.edit-code-file fieldset { |
| 66 |
padding: 5px; |
| 67 |
border: 1px solid #bbb; |
| 68 |
} |
| 69 |
|
| 70 |
#code-files-manager > li.edit-code-file fieldset input, |
| 71 |
#code-files-manager > li.edit-code-file fieldset select, |
| 72 |
#code-files-manager > li.edit-code-file fieldset textarea { |
| 73 |
background-color: transparent; |
| 74 |
color: #a0a0a0; |
| 75 |
} |
| 76 |
|
| 77 |
#code-files-manager > li.edit-code-file fieldset select {margin-left: -2px} |
| 78 |
|
| 79 |
#code-files-manager > li.edit-code-file fieldset > ul > li > label { |
| 80 |
width: 110px; |
| 81 |
display: inline-block; |
| 82 |
vertical-align: top; |
| 83 |
} |
| 84 |
|
| 85 |
#code-files-manager > li.overlay { |
| 86 |
position: absolute; width: 100%; |
| 87 |
background-color: transparent; |
| 88 |
height: 97%; |
| 89 |
top: 0; |
| 90 |
display: none; |
| 91 |
} |
| 92 |
|
| 93 |
li.code-file-item.create-file-row {padding-bottom: 3px;} |
| 94 |
#code-files-manager > li.codeFile {padding-top: 0px;margin-bottom: 1px;} |
| 95 |
li.code-file-item.create-file-row > a {font-size: 16px !important;} |