Skip to content

Commit 4e94c79

Browse files
committed
[FIX] Styles.
1 parent 3c788f2 commit 4e94c79

1 file changed

Lines changed: 34 additions & 19 deletions

File tree

manager/media/style/default/css/custom.css

Lines changed: 34 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,17 @@ select[name=context] + input[type=submit] { float: none; margin: 0; }
3636
#settingsPane select[size="1"] { width: 50%; }
3737
#range::after { content: ""; display: table; width: 100% }
3838
/* [ Editor ] */
39-
.navbar.navbar-editor {padding: .5rem 1.25rem; border-radius: 0}
40-
.navbar-editor > label {margin-bottom: 0}
41-
.section-editor textarea {float: left; border-left: none; border-right: none; font-family: 'Inconsolata', 'Monaco', 'Consolas', 'Courier New', 'Courier', monospace; font-weight: 300; font-size: 0.875rem;}
39+
.navbar.navbar-editor {
40+
padding: .5rem 1.25rem; border-radius: 0 }
41+
.navbar-editor > label { margin-bottom: 0 }
42+
.section-editor textarea { float: left; border-left: none; border-right: none; font-family: 'Inconsolata', 'Monaco', 'Consolas', 'Courier New', 'Courier', monospace; font-weight: 300; font-size: 0.875rem; }
4243
/* [ Action Buttons ] */
4344
/* new style */
4445
#actions { background: rgba(199, 199, 199, 0.25); padding: 0.5rem; position: fixed; top: 0; right: 1rem; text-align: right; z-index: 1001; border-radius: 0 0 0.3rem 0.3rem; }
4546
#actions .btn-group { margin: 0 }
4647
#actions .btn-group > .btn-group { display: block }
47-
#actions .btn-group .btn, #actions .btn-group .form-control {font-size: .6772rem; height: 2.4em; line-height: 1.4}
48+
#actions .btn-group .btn, #actions .btn-group .form-control {
49+
font-size: .6772rem; height: 2.4em; line-height: 1.4 }
4850
#actions .btn-group .btn .fa, #_actions .btn-group .btn .fa { display: none; width: 1em; font-size: 1em; text-align: center }
4951
#actions .btn-group .btn-group #Button1 { min-width: 100%; text-align: left; float: right; }
5052
#actions .btn-group .btn-success { box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .07); }
@@ -53,7 +55,8 @@ select[name=context] + input[type=submit] { float: none; margin: 0; }
5355
#actions .btn-group .plus::before { content: "\f107"; font-weight: 900; font-family: 'Font Awesome 5 Free' }
5456
#actions .btn-group .show .plus::before { content: "\f106"; }
5557
#actions .btn-group select#stay { display: block; position: relative; z-index: -1; clear: both; width: auto; height: 0; margin: -100% 0 -2rem 0; font-size: 0.675rem; opacity: 0; visibility: hidden; }
56-
#actions .btn-group .dropdown-menu { display: none; position: absolute; z-index: -1; left: auto; right: 0; top: 100%; width: 100%; min-width: 2rem; margin: 0; padding: 0; text-align: left; font-size: .6772rem; border-top: none; border-radius: 0 0 0.1em 0.1em; overflow: hidden; }
58+
#actions .btn-group .dropdown-menu { display: none; position: absolute; z-index: -1; left: auto; right: 0; top: 100%; width: 100%; min-width: 2rem; margin: 0; padding: 0; text-align: left; font-size: .6772rem;
59+
border-top: none; border-radius: 0 0 0.1em 0.1em; overflow: hidden; }
5760
#actions .btn-group .show > .dropdown-menu { display: block }
5861
#actions .btn-group .dropdown-menu > span { display: block; margin: 0; text-align: left; border: none; border-top: 1px solid rgba(0, 0, 0, 0.1) }
5962
#actions .btn-group .dropdown-menu > span:first-child { border-color: transparent }
@@ -109,7 +112,8 @@ select[name=context] + input[type=submit] { float: none; margin: 0; }
109112
.actionButtons a:hover { border-color: #999; -webkit-box-shadow: 1px 1px 2px #aaa; box-shadow: 1px 1px 2px #aaa; -webkit-transition: .3s ease; transition: .3s ease; background: -moz-linear-gradient(#fff, #f5f5f5); background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f5f5f5)); background: -o-linear-gradient(#fff, #f5f5f5); text-decoration: none !important; }
110113
.actionButtons a:active { background: #92aac4 bottom left; -webkit-box-shadow: 0 0 10px #b8c7d6; box-shadow: 0 0 10px #b8c7d6; }
111114
.actionButtons a { float: left; padding: 5px 10px; height: 32px; font-size: 13px; font-weight: 500; }
112-
.actionButtons a, .actionButtons li.primary a, .actionButtons a.primary, .actionButtons a.default { text-shadow: none; background: #fff; color: #555; border: 1px solid #e4e4e4; border-radius: 3px; /*box-shadow: 0 0 0 1px #E4E4E4;*/ box-shadow: none; transition: none;}
115+
.actionButtons a, .actionButtons li.primary a, .actionButtons a.primary, .actionButtons a.default { text-shadow: none; background: #fff; color: #555; border: 1px solid #e4e4e4; border-radius: 3px; /*box-shadow: 0 0 0 1px #E4E4E4;*/
116+
box-shadow: none; transition: none; }
113117
.actionButtons a:hover { background: #1377c5; box-shadow: none; border-color: #1377c5; color: #fff !important; transition: none; }
114118
.actionButtons a:active { background-color: #3189ba; border-color: #3189ba; }
115119
.actionButtons li.primary a, .actionButtons a.primary { color: #fff; border-color: #32ab9a; background: #32ab9a linear-gradient(#32ab9a, #00948e); }
@@ -183,17 +187,22 @@ table.actionButtons .searchtext { padding: 5px; height: 24px; width: 150px; }
183187
.table.data .doc-item:hover span { text-decoration: underline }
184188
.table.data .doc-item.private .fa::after { position: relative; float: left; margin: .5em -1em 0 0; content: "\f023"; font-size: 0.75em; color: #d9534f; }
185189
/* [ BREADCRUMBS ] */
186-
ul.breadcrumbs {margin: 0 1rem .5rem; padding: 0 0 .5rem; line-height: normal; font-size: .675rem; color: #888; border-bottom: 1px dotted #cecaca;}
190+
ul.breadcrumbs {
191+
margin: 0 1rem .5rem;
192+
padding: 0 0 .5rem; line-height: normal; font-size: .675rem;
193+
color: #888; border-bottom: 1px dotted #cecaca; }
187194
ul.breadcrumbs li { list-style: none; display: inline-block; padding: 0; margin: 0; }
188195
ul.breadcrumbs a { text-decoration: none; }
189196
ul.breadcrumbs span { display: inline-block; width: 1.25em; vertical-align: top; text-indent: -2.25em; overflow: hidden; }
190197
ul.breadcrumbs span::after { margin-left: 2em; font-family: 'Font Awesome 5 Free'; content: "\f105"; font-weight: 600; }
191198
/* [ PAGINATION ] */
192-
#pagination {padding: 0 1.25rem; margin: .5rem 0 0;}
193-
#pagination ul {margin: 0 0 0 .5rem; display: inline-block;
194-
#pagination li {list-style: none; display: inline-block; margin: 0 0 0 1px;}
195-
#pagination li a {display: inline-block; padding: 0 .5rem; line-height: 1.7; border: 1px solid #ddd; text-decoration: none; color: #333;}
196-
#pagination li.currentPage a, #pagination li a:hover {color: #555; border: 1px solid #555;}
199+
#pagination { padding: 0 1.25rem; margin: .5rem 0 0; }
200+
#pagination ul {
201+
margin: 0 0 0 .5rem; display: inline-block; }
202+
#pagination li { list-style: none; display: inline-block; margin: 0 0 0 1px; }
203+
#pagination li a { display: inline-block; padding: 0 .5rem;
204+
line-height: 1.7; border: 1px solid #ddd; text-decoration: none; color: #333; }
205+
#pagination li.currentPage a, #pagination li a:hover { color: #555; border: 1px solid #555; }
197206
/* [ SEARCHBAR ] */
198207
.searchbar input[type=text] { max-width: 10rem }
199208
/* [ WIDGETS ] */
@@ -213,9 +222,12 @@ ul.breadcrumbs span::after { margin-left: 2em; font-family: 'Font Awesome 5 Free
213222
/* widgets custom */
214223
.widgets #welcome .wm_buttons { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 1rem; padding: 0; text-align: center; border-bottom: 1px solid rgba(0, 0, 0, .05); }
215224
.widgets #welcome .wm_button { max-width: 50%; flex: 0 0 50%; }
216-
.widgets #welcome .wm_button a { display: block; height: 100%; padding: 1rem 1rem .5rem; text-decoration: none; color: #646b7b; box-shadow: none; transition-duration: .5s }
225+
.widgets #welcome .wm_button a { display: block; height: 100%; padding: 1rem 1rem .5rem;
226+
text-decoration: none; color: #646b7b; box-shadow: none; transition-duration: .5s }
217227
.widgets #welcome .wm_button a:hover { color: #373b46; background-color: rgba(93, 109, 202, 0.16) }
228+
218229
.widgets #welcome .wm_button a .fa { display: inline-block; }
230+
219231
.widgets #welcome .wm_button a .fa + span { display: block; padding: .5em 0; line-height: 1em; font-size: .7rem; word-wrap:normal; }
220232

221233
.widgets #recent_widget .table.data tbody tr:not(:hover) { background-color: #fff }
@@ -231,7 +243,7 @@ ul.breadcrumbs span::after { margin-left: 2em; font-family: 'Font Awesome 5 Free
231243
.widgets #welcome .wm_button { max-width: 25%; flex: 0 0 25%; }
232244
}
233245
@media (min-width: 1400px) {
234-
.widgets #welcome .wm_button {max-width: 12.5%; flex: 0 0 12.5%;}
246+
.widgets #welcome .wm_button { max-width: 12.5%; flex: 0 0 12.5%; }
235247
}
236248
/* [ DATEPICKER ] */
237249
.dp_container { position: absolute; z-index: 500; }
@@ -265,7 +277,8 @@ ul.breadcrumbs span::after { margin-left: 2em; font-family: 'Font Awesome 5 Free
265277
.grid img { vertical-align: middle; padding-right: 4px; }
266278
/* SORTABLELIST */
267279
ul.sortableList { margin: 0; }
268-
ul.sortableList li {position: relative; z-index: 1; float: left; clear: both; max-width: 100%; width: 30rem; list-style: none; font-weight: bold; cursor: move; padding: 0.46153846em 1em; margin: .0625rem 0; border: 1px solid #ccc; line-height: 1.23076923; background-color: #fff; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); box-shadow: none; transition: color .3s, box-shadow .3s, transform .3s, z-index .3s step-end;}
280+
ul.sortableList li { position: relative; z-index: 1; float: left; clear: both; max-width: 100%; width: 30rem; list-style: none; font-weight: bold; cursor: move; padding: 0.46153846em 1em; margin: .0625rem 0;
281+
border: 1px solid #ccc; line-height: 1.23076923; background-color: #fff; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); box-shadow: none; transition: color .3s, box-shadow .3s, transform .3s, z-index .3s step-end; }
269282
ul.sortableList li.ghost { z-index: 2; box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, 0.15); transition: color .3s, box-shadow .3s, transform 0s, z-index 0s; }
270283
/* [ TOOLTIPS ] */
271284
.evo-tooltip, .custom-tip { position: fixed; z-index: 13000; width: 13rem; margin: 1rem; padding: 0.9rem 1rem; font-size: 0.75rem; line-height: 1.5; font-family: sans-serif; text-align: left; color: #333; background-color: #fff; visibility: hidden; transition-duration: .3s; transform: translate3d(1rem, 0, 0); -webkit-box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.15); box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.15); }
@@ -286,7 +299,9 @@ ul.sortableList li.ghost { z-index: 2; box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0
286299
#file_editfile td { padding: 0 !important; }
287300
#file_editfile #content { float: left; width: 100%; min-height: 25rem; border: none; border-bottom: 1px solid rgba(0, 0, 0, .15) }
288301
/* STYLES FOR PAGE HELP */
289-
#helpPane h1 {margin-bottom: 1em; padding: .5rem; font-size: .8rem; border-bottom: 1px solid #e0e0e0;}
302+
#helpPane h1 { margin-bottom: 1em; padding: .5rem;
303+
font-size: .8rem;
304+
border-bottom: 1px solid #e0e0e0; }
290305
#helpPane li:not(:first-child) > strong { margin-top: 1.4em; }
291306
#helpPane li > strong { display: block; font-size: 14px; }
292307
#helpPane pre { border: 1px solid rgba(0, 0, 0, 0.1); padding: 1em; }
@@ -470,8 +485,8 @@ form#docfinder div.tab-page { height: auto !important }
470485
to { opacity: 1; transform: translateY(0); }
471486
}
472487
@-webkit-keyframes anim-loginbox {
473-
from {opacity: 0; transform: translateY(30px);}
474-
to {opacity: 1; transform: translateY(0);}
488+
from { opacity: 0; transform: translateY(30px); }
489+
to { opacity: 1; transform: translateY(0); }
475490
}
476491
.loginbox { -webkit-animation-name: anim-loginbox; -webkit-animation-duration: .5s; -webkit-animation-iteration-count: 1; -webkit-animation-timing-function: ease; -webkit-animation-fill-mode: forwards; -moz-animation-name: anim-loginbox; -moz-animation-duration: .5s; -moz-animation-iteration-count: 1; -moz-animation-timing-function: ease; -moz-animation-fill-mode: forwards; animation-name: anim-loginbox; animation-duration: .5s; animation-iteration-count: 1; animation-timing-function: ease; animation-fill-mode: forwards; }
477492
/* end loginbox animation */
@@ -488,4 +503,4 @@ ul.breadcrumbs a { color: #333; }
488503
#news .card-block ul, #security .card-block ul { padding: 0; margin: 0; }
489504
#news .card-block ul li, #security .card-block ul li { padding: 0.75rem 1rem; border-bottom: 1px solid #ebebeb; }
490505
ul.mmTagList li { padding: 2px 8px !important; margin-bottom: 5px !important; border-radius: 3px !important; -webkit-border-radius: 3px !important; background-color: #eaeaea !important; text-decoration: none !important; }
491-
ul.mmTagList li.tagSelected {border-radius: 3px !important; -webkit-border-radius: 3px !important; background-color: #5a5e63 !important;}
506+
ul.mmTagList li.tagSelected { border-radius: 3px !important; -webkit-border-radius: 3px !important; background-color: #5a5e63 !important; }

0 commit comments

Comments
 (0)