Skip to content

Commit 067a2c8

Browse files
committed
The New Desing
1 parent def9cc4 commit 067a2c8

File tree

305 files changed

+22298
-7643
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

305 files changed

+22298
-7643
lines changed

web/css/csshover3.htc

Lines changed: 0 additions & 14 deletions
This file was deleted.

web/css/file_manager.css

Lines changed: 344 additions & 0 deletions
Large diffs are not rendered by default.

web/css/file_manager_editor.css

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
body, form { padding: 0; margin: 0; background: #333; }
2+
3+
4+
input.save {
5+
background-color: rgba(247, 165, 48, 0.8);
6+
border: 1px solid #f79b44;
7+
border-radius: 3px;
8+
/* bottom: 17px;*/
9+
top: 9px;
10+
color: #fafafa;
11+
cursor: pointer;
12+
display: inline-block;
13+
float: left;
14+
font-family: Arial,Helvetica,sans-serif;
15+
font-size: 9pt;
16+
font-weight: bold;
17+
height: 28px;
18+
padding: 0;
19+
position: absolute;
20+
right: 47px;
21+
width: 130px;
22+
z-index: 1000;
23+
transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
24+
}
25+
26+
input.save:hover { border: 1px solid #6DB8D3; background-color: #6DB8D3; color: #FFF; opacity: 1; box-shadow: 0 6px 10px rgba(0,0,0,0.23), 0 10px 30px rgba(0,0,0,0.19); }
27+
input.save:active { border: 1px solid #FFCC00; background-color: #FFCC00; color: #FFF; }
28+
29+
30+
.ace_gutter,
31+
.ace_scroller { padding-top: 10px; }
32+
.ace-twilight .ace_gutter-active-line { margin-top: 10px; }
33+
34+
.ace_gutter-cell { color: #777; }
35+
/*
36+
.ace_gutter-cell { color: #777; padding: 9px 0px 0px 4px; }
37+
.ace_line { padding: 9px 0px 0px 4px; }
38+
39+
.ace_editor,
40+
.ace-twilight .ace_cursor,
41+
.ace_text-input { font-size: 17px; }
42+
*/
43+
44+
.ace_editor { font-size: 19px !important; }

web/css/ie.css

Lines changed: 0 additions & 20 deletions
This file was deleted.

web/css/jquery-custom-dialogs.css

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
.ui-widget { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; }
5757
.ui-widget .ui-widget { font-size: 10pt; }
5858
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; }
59-
.ui-widget-content { border: 1px solid #aaaaaa; color: #222222; }
59+
.ui-widget-content { border: 1px solid #aaaaaa; color: #ccc; }
6060
.ui-widget-content a { color: #222222; }
61-
.ui-widget-header { background: #777; color: #444; font-size: 10pt; font-weight: bold;}
61+
.ui-widget-header { color: #444; font-size: 10pt; font-weight: bold;}
6262
.ui-widget-header a { color: #222222; }
6363

6464
/* Interaction Cues
@@ -375,10 +375,11 @@
375375
*
376376
* http://docs.jquery.com/UI/Button#theming
377377
*/
378-
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .10pt; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
378+
/*
379+
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .10pt; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; }
379380
.ui-button { filter:chroma(color=#000000); cursor: pointer; color: #fff; background-color: #f79b44; border: 1px solid #f79b44; border-radius: 3px 3px 3px 3px; font-weight: bold; font-size: 14px; padding: 2px 16px; width: 108px; height: 34px; }
380381
.ui-button:hover { border: 1px solid #9e9e9e; background-color: #9e9e9e; color: #fff;}
381-
.ui-button:active { background-color: #ccc; color: #fff; border: 1px solid #ccc; }
382+
.ui-button:active { background-color: #ccc; color: #fff; border: 1px solid #ccc; }*/
382383
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
383384
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
384385
.ui-button-icons-only { width: 3.4em; }
@@ -416,14 +417,14 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
416417
*
417418
* http://docs.jquery.com/UI/Dialog#theming
418419
*/
419-
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; background: #fff; }
420-
.ui-dialog .ui-dialog-titlebar { padding: .4em 10pt; position: relative; }
421-
.ui-dialog .ui-dialog-title { float: left; margin: .10pt 16px .10pt 0; font-family: Arial; color: #fff;}
420+
.ui-dialog { background: none repeat scroll 0 0 #333; border: 1px solid #333; border-radius: 3px; box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.5); font-family: arial; overflow: hidden; padding: 27px 0 5px; position: absolute; width: 480px; }
421+
.ui-dialog .ui-dialog-titlebar { padding: 2px 26px 0; position: relative; }
422+
.ui-dialog .ui-dialog-title { float: left; margin: .10pt 16px .10pt 0; font-family: Arial; color: #ebe697; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; }
422423
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
423424
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
424425
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
425-
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 10pt; background: none; overflow: auto; zoom: 1; }
426-
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 0 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 10pt .5em .4em; }
426+
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: 10px 14px 30px; background: none; overflow: auto; zoom: 1; }
427+
.ui-dialog .ui-dialog-buttonpane { border-color: #555; border-style: solid none none; text-align: left; margin: .5em 0 0 0; padding: 6px 0 1px 1px; }
427428
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { text-align: center; ;margin: 0 0 0 0px; }
428429
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
429430
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }

web/css/jquery.fileupload.css

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
@charset "UTF-8";
2+
/*
3+
* jQuery File Upload Plugin CSS 1.3.0
4+
* https://github.com/blueimp/jQuery-File-Upload
5+
*
6+
* Copyright 2013, Sebastian Tschan
7+
* https://blueimp.net
8+
*
9+
* Licensed under the MIT license:
10+
* http://www.opensource.org/licenses/MIT
11+
*/
12+
13+
.fileinput-button {
14+
position: relative;
15+
overflow: hidden;
16+
}
17+
.fileinput-button input {
18+
position: absolute;
19+
top: 0;
20+
right: 0;
21+
margin: 0;
22+
opacity: 0;
23+
-ms-filter: 'alpha(opacity=0)';
24+
font-size: 200px;
25+
direction: ltr;
26+
cursor: pointer;
27+
}
28+
29+
/* Fixes for IE < 8 */
30+
@media screen\9 {
31+
.fileinput-button input {
32+
filter: alpha(opacity=0);
33+
font-size: 100%;
34+
height: 100%;
35+
}
36+
}

0 commit comments

Comments
 (0)