Skip to content

Commit c2e35b7

Browse files
committed
Merge branch 'devel'
2 parents 4040ba1 + 426e20e commit c2e35b7

File tree

886 files changed

+343404
-1039
lines changed

Some content is hidden

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

886 files changed

+343404
-1039
lines changed

bindata.go

Lines changed: 55564 additions & 0 deletions
Large diffs are not rendered by default.
Binary file not shown.

builds/file_server_linux_amd64

695 KB
Binary file not shown.

data/.DS_Store

6 KB
Binary file not shown.

data/FontAwesome.otf

73.4 KB
Binary file not shown.

data/app.css

Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
body { font-family:Arial; font-size:12px }
2+
.list .glyphicon { margin-right:5px; color:grey; font-size:12px }
3+
.list .glyphicon-folder-open { color:#2a8dc4; }
4+
#title { color:#2a8dc4; font-size:16px; }
5+
6+
#file_list li { padding-bottom:8px; margin-bottom:8px; list-style: none; border-bottom: 1px solid #eaeaea; }
7+
8+
/* table sort */
9+
th.tablesort-sortable {-webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; cursor: pointer; }
10+
table .tablesort-sortable:after{content:""; float:right; margin-top:7px; visibility:hidden; border-left:4px solid transparent; border-right:4px solid transparent; border-top:none; border-bottom:4px solid #000; }
11+
table .tablesort-desc:after{border-top:4px solid #000; border-bottom:none; }
12+
table .tablesort-asc,table .tablesort-desc{ background-color:rgba(141, 192, 219, 0.25); }
13+
table .tablesort-sortable:hover:after, table .tablesort-asc:after, table .tablesort-desc:after {visibility:visible; }
14+
.showIfLast {display: none; }
15+
/* Only show it if it is also the last row of the table. */
16+
.showIfLast:last-child {display: table-row; }
17+
.showIfLast td {text-align: center; }
18+
.showIfLast td:after {content: "No data"; }
19+
20+
thead td { font-weight:bold; }
21+
.dir, .delete { cursor:pointer; }
22+
.btn:focus {outline: none; }
23+
#fmessage2 { position: absolute; z-index: 50; top: 10px; display: block; right: 10px;
24+
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.26);
25+
background: #134166; min-height: 38px; min-width: 288px; padding: 8px 24px 0px; color: #666; border-radius: 2px;
26+
opacity: 1; font-size: 14px; }
27+
28+
#fmessage2.bg-danger { background-color:#f2dede; margin:0px; }
29+
#fmessage2.bg-success { background-color:#dff0d8; margin:0px; }
30+
31+
32+
#editor { min-height:400px; height:80%; }
33+
.mtop { margin-top:15px; }
34+
35+
.CodeMirror { font-family: 'Menlo', 'Iconsolata', 'Monaco', monospace;
36+
font-size:12px; height: 600px; line-height:16px;
37+
border:1px solid #eaeaea; }
38+
39+
.rename { font-size:11px; color:green; display:block;
40+
float:right; margin-right:10px; }
41+
.tdrename { cursor:pointer; position:relative; }
42+
.tdrename:hover { }
43+
.renameinput { position:absolute;z-index:5; background-color:#fff; top:3px; left:-3px; }
44+
.renameinput input:focus { outline: none }
45+
.renameinput input { border:1px solid #eaeaea;
46+
width:80%; height:20px; background-color:#eaeaea; margin-top:5px; }
47+
.renameinput button { position:absolute; left:81%; top:4px; }
48+
.renameinput button.btn-default { position:absolute; left:88%; top:4px; }
49+
50+
.list { margin-top:15px; }
51+
.table tr>td.actions { width:40px; }
52+
.table > thead > tr > td { padding:4px; }
53+
54+
#finder button, #finder input { background-color:#DFF0F5;
55+
border-color:#DFF0F5; color:#000; }
56+
#finder .pt { position:absolute; top:35%; right:15px; }
57+
#finder input, #finder button, #finder li { font-size:12px; color:#047FC4; }
58+
.ui-select-highlight { color:#005E4B; }
59+
60+
/* custom popovers */
61+
.popover.bottom > .arrow { left:15px; }
62+
63+
.loading { opacity:0.5; }
64+
65+
i.fa { font-size:14px; }
66+
67+
i { font-style: normal; }
68+
69+
#fmessage { background-color:#000; border-radius:5px;
70+
position:fixed; top:-2px; left:30%; width:40%;
71+
color:#fff; z-index:50; opacity:0.6;
72+
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.26);
73+
}
74+
#fmessage p { padding:10px; text-align:center;
75+
margin:0px; }
76+
77+
#bt_action { line-height:1.7; }
78+
79+
80+
@media(max-width:767px){
81+
td.actions { width:30px; }
82+
thead td { font-size:11px; }
83+
.table thead > tr > td { padding:3px 8px 3px 8px; }
84+
#filter { display:none; }
85+
.breadcrumb { margin-bottom:5px; background-color:#fff; margin-left:0px;
86+
font-size:14px; padding-left:0px; margin-top:10px; }
87+
ol { background-color:#fff; }
88+
.form-control { font-size:12px }
89+
#finder { width:100%; margin-bottom:5px; }
90+
#finder .btn { font-size:12px; }
91+
#list .dropdown-menu { left:-145px; }
92+
#list .dropdown-menu li { font-size:12px; }
93+
.renameinput { width:100%; }
94+
.renameinput input { width: 55%; }
95+
.renameinput button { left:58% }
96+
.renameinput button.btn-default { left:72%; }
97+
98+
#list button { font-size:11px; padding:2px 6px; }
99+
100+
#fmessage { background-color:#000; border-radius:5px;
101+
position:fixed; top:90%; left:20%; width:60%;
102+
color:#fff; z-index:50; opacity:0.6;
103+
}
104+
#fmessage p { padding:10px; text-align:center;
105+
margin:0px; }
106+
}
107+
108+
109+

0 commit comments

Comments
 (0)