Skip to content

Commit 998b500

Browse files
committed
WebFileManager css styles
1 parent 6535c5c commit 998b500

File tree

1 file changed

+87
-10
lines changed

1 file changed

+87
-10
lines changed

web/css/file_manager.css

Lines changed: 87 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ body { margin: 0; padding: 0; }
1818
.window { display: inline-block; float: left; /*border: 1px solid #eee;*/ width: 50%; height: 100%; background-color: #ececec; /*background: url(/images/background-dots.png) #ececec;*/ }
1919
.window.active { background: #fff; }
2020

21-
.pwd { background-color: #7b7b7b; height: 31px; padding: 12px 0 0 17px; color: yellow;}
21+
.pwd { background-color: #7b7b7b; height: 31px; padding: 12px 0 0 17px; color: #eee; font-size: 14px; }
2222
.window.active .pwd { background-color: #333; }
2323
.window.active .pwd a { color: #FFF; }
2424
.pwd a { color: #CFCFCF; margin-right: 6px; padding: 0 7px; cursor: pointer; text-decoration: none; }
@@ -305,6 +305,10 @@ ul.listing { list-style-type: none; padding: 18px 0 0; margin: 0; border-left:
305305

306306
.confirm-box .actions select { background-color: #333333; border: 1px solid #ccc; color: #fff; font-family: Arial; font-size: 16px; margin-bottom: 27px; margin-left: 27px; padding: 10px 14px; }
307307
.confirm-box .actions .title { color: #ccc; font-family: Arial; line-height: 33px; padding-left: 27px; text-transform: capitalize; }
308+
.confirm-box .actions label { cursor: pointer; padding-left: 27px; color: #ebe697; }
309+
.confirm-box.unpack .actions { padding-bottom: 30px; }
310+
.confirm-box.unpack .actions input { margin-right: 5px; }
311+
308312

309313
/*.confirm-box.owner-mode { height: 484px; }*/
310314
.confirm-box.owner-mode .warning { display: none; }
@@ -318,6 +322,8 @@ ul.listing { list-style-type: none; padding: 18px 0 0; margin: 0; border-left:
318322
.confirm-box.owner-mode .recursive { margin-top: 30px; margin-bottom: 25px; }
319323

320324

325+
326+
321327
.warning-box { width: 60%; background-color: #ff9f89; border-bottom: 5px solid #ff6c6e; color: #FFF; font-family: arial; margin-left: auto; margin-right: auto; padding-bottom: 30px; margin-bottom: 50px; left: 20%; position: absolute; top: 0; box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.5); }
322328
.warning-box.inform { background-color: #72c5b2; border-color: #019174; }
323329
.warning-box .message { width: 100%; padding: 30px 0 5px; text-align: center; font-size: 14px; text-transform: uppercase; font-weight: bold; }
@@ -345,17 +351,88 @@ ul.listing { list-style-type: none; padding: 18px 0 0; margin: 0; border-left:
345351

346352

347353
/*
348-
Для Дмитрия (удалить после прочтения):
349-
350-
Аплоад прячет инпут, делая его прозрачным, и помещая поверх кнопку html (сделано для кроссбраузерности)
351-
При стилизации кнопки для аплоада, важно задать такие же размеры для инпута с типом файла,
352-
иначе он может быть больше или меньше стилизованной кнопки, что приведёт к вызову аплоад диалогового окна
353-
при клике на неправильную область
354-
355-
356-
вот файл инпут ----> .fileinput-button input
354+
355+
Прочёл. Похоже проблема уже решена, не понял, что нужно сделать, проверить правильность решения?
356+
Вроде всё в порядке, инпут уже максимльно близко вкладывается в спан.
357+
358+
359+
-- Для Дмитрия (удалить после прочтения):
360+
361+
-- Аплоад прячет инпут, делая его прозрачным, и помещая поверх кнопку html (сделано для кроссбраузерности)
362+
-- При стилизации кнопки для аплоада, важно задать такие же размеры для инпута с типом файла,
363+
-- иначе он может быть больше или меньше стилизованной кнопки, что приведёт к вызову аплоад диалогового окна
364+
-- при клике на неправильную область
365+
366+
367+
-- вот файл инпут ----> .fileinput-button input
357368
*/
358369
.fileinput-button input {
359370
font-size: 14px !important;
360371
width: 90px;
361372
}
373+
374+
.progress-container {
375+
width: 100%;
376+
position: fixed;
377+
bottom: 1px;
378+
}
379+
.progress-container .progress-elm {
380+
background-color: rgba(0, 0, 0, 0.5);
381+
border-radius: 3px;
382+
display: block;
383+
height: 12px;
384+
margin-left: auto;
385+
margin-right: auto;
386+
padding: 7px;
387+
width: 212px;
388+
}
389+
390+
.progress-container .progress-elm .title {
391+
color: #fff;
392+
display: inline-block;
393+
float: left;
394+
font-family: arial;
395+
font-size: 11px;
396+
margin-left: 4px;
397+
padding-right: 14px;
398+
padding-top: 0;
399+
text-transform: uppercase;
400+
}
401+
402+
.progress-container .progress-elm .progress {
403+
background: #ebebeb url("/images/progress.gif") no-repeat scroll -60px 0;
404+
border-color: #8a9079;
405+
border-radius: 3px;
406+
color: transparent;
407+
display: inline-block;
408+
height: 0;
409+
margin-top: 3px;
410+
padding: 3px 12px;
411+
transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
412+
width: 60px;
413+
float: left;
414+
}
415+
416+
.progress-container .progress-elm .close {
417+
background: rgba(0, 0, 0, 0) url("/images/sprite.png") repeat scroll -428px -487px;
418+
cursor: pointer;
419+
display: inline-block;
420+
float: right;
421+
height: 7px;
422+
margin-right: 3px;
423+
margin-top: 3px;
424+
width: 7px;
425+
}
426+
.progress-container .progress-elm .close:hover {
427+
border: 7px solid #333;
428+
margin-top: -4px;
429+
margin-right: -4px;
430+
background-color: #333;
431+
}
432+
.progress-container .progress-elm .close:active {
433+
border: 7px solid #FFCC00;
434+
margin-top: -4px;
435+
margin-right: -4px;
436+
background-color: #FFCC00;
437+
}
438+

0 commit comments

Comments
 (0)