2012-04-23 16:19:03 +04:00
|
|
|
|
/* Copyright (c) 2011, Jan-Christoph Borchardt, http://jancborchardt.net
|
2011-08-10 22:48:56 +04:00
|
|
|
|
This file is licensed under the Affero General Public License version 3 or later.
|
|
|
|
|
See the COPYING-README file. */
|
|
|
|
|
|
2011-03-03 01:06:23 +03:00
|
|
|
|
/* FILE MENU */
|
2013-10-06 21:58:22 +04:00
|
|
|
|
.actions { padding:5px; height:32px; width: 100%; }
|
2012-12-06 19:37:23 +04:00
|
|
|
|
.actions input, .actions button, .actions .button { margin:0; float:left; }
|
2013-05-13 21:42:05 +04:00
|
|
|
|
.actions .button a { color: #555; }
|
|
|
|
|
.actions .button a:hover, .actions .button a:active { color: #333; }
|
2013-10-04 18:08:34 +04:00
|
|
|
|
|
2013-10-07 20:15:23 +04:00
|
|
|
|
#new {
|
2013-10-03 17:49:49 +04:00
|
|
|
|
z-index: 1010;
|
|
|
|
|
float: left;
|
2013-10-04 09:41:16 +04:00
|
|
|
|
padding: 0 !important; /* override default control bar button padding */
|
|
|
|
|
}
|
|
|
|
|
#trash {
|
2013-11-29 00:36:43 +04:00
|
|
|
|
margin-right: 8px;
|
2013-10-04 09:41:16 +04:00
|
|
|
|
float: right;
|
2013-10-07 20:15:23 +04:00
|
|
|
|
z-index: 1010;
|
|
|
|
|
padding: 10px;
|
2013-11-18 18:06:38 +04:00
|
|
|
|
font-weight: normal;
|
2013-10-04 09:41:16 +04:00
|
|
|
|
}
|
2013-10-07 20:15:23 +04:00
|
|
|
|
#new>a {
|
2013-10-04 09:41:16 +04:00
|
|
|
|
padding: 14px 10px;
|
|
|
|
|
position: relative;
|
|
|
|
|
top: 7px;
|
|
|
|
|
}
|
|
|
|
|
#new.active {
|
|
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
|
border-bottom: none;
|
2012-12-07 15:12:40 +04:00
|
|
|
|
}
|
|
|
|
|
#new>ul {
|
2013-10-04 09:41:16 +04:00
|
|
|
|
display: none;
|
|
|
|
|
position: fixed;
|
2013-10-06 21:58:22 +04:00
|
|
|
|
min-width: 112px;
|
2013-10-04 09:41:16 +04:00
|
|
|
|
z-index: 10;
|
2013-10-06 21:58:22 +04:00
|
|
|
|
padding: 8px;
|
2013-10-04 09:41:16 +04:00
|
|
|
|
padding-bottom: 0;
|
|
|
|
|
margin-top: 14px;
|
|
|
|
|
margin-left: -1px;
|
2012-12-07 15:12:40 +04:00
|
|
|
|
text-align:left;
|
2013-10-02 19:04:08 +04:00
|
|
|
|
background: #f8f8f8;
|
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
border-top-left-radius: 0;
|
2012-12-13 22:04:27 +04:00
|
|
|
|
box-shadow:0 2px 7px rgba(170,170,170,.4);
|
2012-12-07 15:12:40 +04:00
|
|
|
|
}
|
2013-10-06 21:58:22 +04:00
|
|
|
|
#new>ul>li { height:36px; margin:5px; padding-left:48px; padding-bottom:2px;
|
2012-12-06 19:37:23 +04:00
|
|
|
|
background-repeat:no-repeat; cursor:pointer; }
|
2013-07-09 13:40:09 +04:00
|
|
|
|
#new>ul>li>p { cursor:pointer; padding-top: 7px; padding-bottom: 7px;}
|
2011-07-28 03:26:26 +04:00
|
|
|
|
|
2013-10-22 20:11:03 +04:00
|
|
|
|
#new .error, #fileList .error {
|
|
|
|
|
color: #e9322d;
|
|
|
|
|
border-color: #e9322d;
|
|
|
|
|
-webkit-box-shadow: 0 0 6px #f8b9b7;
|
|
|
|
|
-moz-box-shadow: 0 0 6px #f8b9b7;
|
|
|
|
|
box-shadow: 0 0 6px #f8b9b7;
|
|
|
|
|
}
|
2011-08-11 22:59:17 +04:00
|
|
|
|
|
2011-03-03 01:06:23 +03:00
|
|
|
|
/* FILE TABLE */
|
2012-12-07 15:12:40 +04:00
|
|
|
|
|
2013-10-04 09:41:16 +04:00
|
|
|
|
#filestable {
|
|
|
|
|
position: relative;
|
|
|
|
|
top: 44px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
2014-01-17 18:47:26 +04:00
|
|
|
|
/* make sure there's enough room for the file actions */
|
|
|
|
|
#body-user #filestable {
|
|
|
|
|
min-width: 750px;
|
|
|
|
|
}
|
|
|
|
|
#body-user #controls {
|
|
|
|
|
min-width: 600px;
|
|
|
|
|
}
|
|
|
|
|
|
2014-01-29 13:55:44 +04:00
|
|
|
|
#filestable tbody tr { background-color:#fff; height:40px; }
|
2013-09-06 13:01:11 +04:00
|
|
|
|
#filestable tbody tr:hover, tbody tr:active {
|
2013-06-11 16:48:53 +04:00
|
|
|
|
background-color: rgb(240,240,240);
|
|
|
|
|
}
|
2013-09-06 13:01:11 +04:00
|
|
|
|
#filestable tbody tr.selected {
|
2013-06-11 16:48:53 +04:00
|
|
|
|
background-color: rgb(230,230,230);
|
|
|
|
|
}
|
2013-08-01 00:24:52 +04:00
|
|
|
|
#filestable tbody tr.searchresult {
|
|
|
|
|
background-color: rgb(240,240,240);
|
|
|
|
|
}
|
2011-07-07 02:19:38 +04:00
|
|
|
|
tbody a { color:#000; }
|
2012-04-16 01:52:36 +04:00
|
|
|
|
span.extension, span.uploading, td.date { color:#999; }
|
2012-04-19 18:41:18 +04:00
|
|
|
|
span.extension { text-transform:lowercase; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter:alpha(opacity=70); opacity:.7; -webkit-transition:opacity 300ms; -moz-transition:opacity 300ms; -o-transition:opacity 300ms; transition:opacity 300ms; }
|
|
|
|
|
tr:hover span.extension { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); opacity:1; color:#777; }
|
2011-07-22 00:01:55 +04:00
|
|
|
|
table tr.mouseOver td { background-color:#eee; }
|
2013-10-06 21:58:22 +04:00
|
|
|
|
table th { height:24px; padding:0 8px; color:#999; }
|
2013-06-25 17:08:51 +04:00
|
|
|
|
table th .name {
|
2013-08-14 22:41:20 +04:00
|
|
|
|
position: absolute;
|
|
|
|
|
left: 55px;
|
|
|
|
|
top: 15px;
|
2013-06-25 17:08:51 +04:00
|
|
|
|
}
|
2011-07-28 02:21:11 +04:00
|
|
|
|
table th, table td { border-bottom:1px solid #ddd; text-align:left; font-weight:normal; }
|
2013-06-25 17:08:51 +04:00
|
|
|
|
table td {
|
|
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
background-position: 8px center;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
}
|
2013-08-14 22:41:20 +04:00
|
|
|
|
table th#headerName {
|
|
|
|
|
position: relative;
|
2014-01-24 21:20:52 +04:00
|
|
|
|
width: 9999px; /* not really sure why this works better than 100% … table styling */
|
2013-08-14 22:41:20 +04:00
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
#headerName-container {
|
|
|
|
|
position: relative;
|
|
|
|
|
height: 50px;
|
|
|
|
|
}
|
|
|
|
|
table th#headerSize, table td.filesize {
|
2013-10-06 21:58:22 +04:00
|
|
|
|
min-width: 48px;
|
|
|
|
|
padding: 0 16px;
|
2013-08-14 22:41:20 +04:00
|
|
|
|
text-align: right;
|
|
|
|
|
}
|
2013-06-25 17:08:51 +04:00
|
|
|
|
table th#headerDate, table td.date {
|
2013-08-14 22:41:20 +04:00
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
|
box-sizing: border-box;
|
2013-06-25 17:08:51 +04:00
|
|
|
|
position: relative;
|
2013-10-06 21:58:22 +04:00
|
|
|
|
min-width: 176px;
|
2013-06-25 17:08:51 +04:00
|
|
|
|
}
|
2012-12-13 22:44:55 +04:00
|
|
|
|
|
|
|
|
|
/* Multiselect bar */
|
2013-08-14 22:41:20 +04:00
|
|
|
|
#filestable.multiselect {
|
2013-10-04 09:41:16 +04:00
|
|
|
|
top: 95px;
|
|
|
|
|
}
|
|
|
|
|
table.multiselect thead {
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 89px;
|
2013-10-04 18:32:06 +04:00
|
|
|
|
z-index: 10;
|
2013-10-04 09:41:16 +04:00
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
left: 0;
|
|
|
|
|
padding-left: 80px;
|
|
|
|
|
width: 100%;
|
2013-08-14 22:41:20 +04:00
|
|
|
|
}
|
2013-08-29 12:50:55 +04:00
|
|
|
|
|
2013-06-11 16:48:53 +04:00
|
|
|
|
table.multiselect thead th {
|
2013-10-04 18:32:06 +04:00
|
|
|
|
background-color: rgba(220,220,220,.8);
|
2013-06-11 16:48:53 +04:00
|
|
|
|
color: #000;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
border-bottom: 0;
|
|
|
|
|
}
|
2013-08-14 22:41:20 +04:00
|
|
|
|
table.multiselect #headerName {
|
|
|
|
|
position: relative;
|
2014-01-24 21:20:52 +04:00
|
|
|
|
width: 9999px; /* when we use 100%, the styling breaks on mobile … table styling */
|
2013-08-14 22:41:20 +04:00
|
|
|
|
}
|
2014-01-16 12:53:39 +04:00
|
|
|
|
table td.selection, table th.selection, table td.fileaction { width:32px; text-align:center; }
|
2013-06-25 17:08:51 +04:00
|
|
|
|
table td.filename a.name {
|
2013-08-14 22:41:20 +04:00
|
|
|
|
position:relative; /* Firefox needs to explicitly have this default set … */
|
|
|
|
|
-moz-box-sizing: border-box;
|
2013-06-25 17:08:51 +04:00
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
display: block;
|
2013-08-14 22:41:20 +04:00
|
|
|
|
height: 50px;
|
2013-06-25 17:08:51 +04:00
|
|
|
|
vertical-align: middle;
|
2013-08-14 22:41:20 +04:00
|
|
|
|
padding: 0;
|
2013-06-25 17:08:51 +04:00
|
|
|
|
}
|
2012-04-16 15:14:41 +04:00
|
|
|
|
table tr[data-type="dir"] td.filename a.name span.nametext {font-weight:bold; }
|
2013-08-17 12:46:03 +04:00
|
|
|
|
table td.filename input.filename {
|
|
|
|
|
width: 80%;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
margin-top: 8px;
|
|
|
|
|
margin-left: 2px;
|
|
|
|
|
cursor: text;
|
|
|
|
|
}
|
2014-01-16 12:53:39 +04:00
|
|
|
|
table td.filename a, table td.login, table td.logout, table td.download, table td.upload, table td.create, table td.delete { padding:3px 8px 8px 3px; }
|
|
|
|
|
table td.filename .nametext, .uploadtext, .modified { float:left; padding:14px 0; }
|
2013-08-14 22:41:20 +04:00
|
|
|
|
|
|
|
|
|
#modified {
|
2013-06-25 17:08:51 +04:00
|
|
|
|
position: absolute;
|
2013-08-14 22:41:20 +04:00
|
|
|
|
top: 15px;
|
|
|
|
|
}
|
|
|
|
|
.modified {
|
|
|
|
|
position: relative;
|
2013-06-25 17:08:51 +04:00
|
|
|
|
}
|
2013-08-14 22:41:20 +04:00
|
|
|
|
|
2012-12-05 14:17:41 +04:00
|
|
|
|
/* TODO fix usability bug (accidental file/folder selection) */
|
2013-06-25 17:08:51 +04:00
|
|
|
|
table td.filename .nametext {
|
|
|
|
|
position: absolute;
|
2013-08-14 22:41:20 +04:00
|
|
|
|
top: 16px;
|
|
|
|
|
left: 55px;
|
|
|
|
|
padding: 0;
|
2013-06-25 17:08:51 +04:00
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
max-width: 800px;
|
|
|
|
|
}
|
2013-10-06 21:58:22 +04:00
|
|
|
|
table td.filename .uploadtext { font-weight:normal; margin-left:8px; }
|
2014-01-16 12:53:39 +04:00
|
|
|
|
table td.filename form { font-size:14px; margin-left:48px; margin-right:48px; }
|
2013-02-14 13:40:23 +04:00
|
|
|
|
|
2013-10-11 16:10:00 +04:00
|
|
|
|
.ie8 input[type="checkbox"]{
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
2013-08-14 22:41:20 +04:00
|
|
|
|
|
2013-02-14 13:40:23 +04:00
|
|
|
|
/* File checkboxes */
|
2013-08-14 22:41:20 +04:00
|
|
|
|
#fileList tr td.filename>input[type="checkbox"]:first-child {
|
|
|
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
|
|
|
|
filter: alpha(opacity=0);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
float: left;
|
2013-08-17 12:46:03 +04:00
|
|
|
|
margin: 32px 0 4px 32px; /* bigger clickable area doesn’t work in FF width:2.8em; height:2.4em;*/
|
2013-08-14 22:41:20 +04:00
|
|
|
|
}
|
|
|
|
|
/* Show checkbox when hovering, checked, or selected */
|
|
|
|
|
#fileList tr:hover td.filename>input[type="checkbox"]:first-child,
|
|
|
|
|
#fileList tr td.filename>input[type="checkbox"]:checked:first-child,
|
|
|
|
|
#fileList tr.selected td.filename>input[type="checkbox"]:first-child {
|
2013-09-04 23:32:45 +04:00
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
.lte9 #fileList tr:hover td.filename>input[type="checkbox"]:first-child,
|
|
|
|
|
.lte9 #fileList tr td.filename>input[type="checkbox"][checked=checked]:first-child,
|
|
|
|
|
.lte9 #fileList tr.selected td.filename>input[type="checkbox"]:first-child {
|
2013-08-14 22:41:20 +04:00
|
|
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
|
|
|
|
|
filter: alpha(opacity=100);
|
|
|
|
|
}
|
2013-09-04 23:32:45 +04:00
|
|
|
|
|
2013-08-14 22:41:20 +04:00
|
|
|
|
/* Use label to have bigger clickable size for checkbox */
|
|
|
|
|
#fileList tr td.filename>input[type="checkbox"] + label,
|
|
|
|
|
#select_all + label {
|
|
|
|
|
height: 50px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 50px;
|
2013-08-15 14:50:26 +04:00
|
|
|
|
z-index: 5;
|
2013-08-14 22:41:20 +04:00
|
|
|
|
}
|
2014-01-16 15:05:05 +04:00
|
|
|
|
#fileList tr td.filename>input[type="checkbox"]{
|
|
|
|
|
/* sometimes checkbox height is bigger (KDE/Qt), so setting to absolute
|
|
|
|
|
* to prevent it to increase the height */
|
|
|
|
|
position: absolute;
|
|
|
|
|
}
|
2013-08-14 22:41:20 +04:00
|
|
|
|
#fileList tr td.filename>input[type="checkbox"] + label {
|
|
|
|
|
left: 0;
|
|
|
|
|
}
|
|
|
|
|
#select_all + label {
|
|
|
|
|
top: 0;
|
|
|
|
|
}
|
|
|
|
|
#select_all {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 18px;
|
|
|
|
|
left: 18px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-02-14 13:40:23 +04:00
|
|
|
|
|
2012-12-20 13:53:50 +04:00
|
|
|
|
#fileList tr td.filename {
|
2012-12-20 16:30:57 +04:00
|
|
|
|
position:relative; width:100%;
|
2012-12-20 13:53:50 +04:00
|
|
|
|
-webkit-transition:background-image 500ms; -moz-transition:background-image 500ms; -o-transition:background-image 500ms; transition:background-image 500ms;
|
|
|
|
|
}
|
2013-08-14 22:41:20 +04:00
|
|
|
|
|
2013-10-02 20:10:34 +04:00
|
|
|
|
#fileList tr td.filename a.name label {
|
2013-10-02 19:43:07 +04:00
|
|
|
|
position: absolute;
|
2014-01-15 17:45:10 +04:00
|
|
|
|
width: 80%;
|
2013-10-02 19:43:07 +04:00
|
|
|
|
height: 50px;
|
|
|
|
|
}
|
|
|
|
|
|
2011-07-29 02:26:23 +04:00
|
|
|
|
#uploadsize-message,#delete-confirm { display:none; }
|
2012-12-20 14:14:27 +04:00
|
|
|
|
|
|
|
|
|
/* File actions */
|
|
|
|
|
.fileactions {
|
2013-06-25 17:08:51 +04:00
|
|
|
|
position: absolute;
|
2013-10-04 21:25:18 +04:00
|
|
|
|
top: 14px;
|
2013-06-25 17:08:51 +04:00
|
|
|
|
right: 0;
|
2012-12-20 14:14:27 +04:00
|
|
|
|
}
|
2013-08-14 22:41:20 +04:00
|
|
|
|
|
2014-01-16 12:53:39 +04:00
|
|
|
|
#fileList img.move2trash { display:inline; margin:-8px 0; padding:16px 8px 16px 8px !important; float:right; }
|
2013-08-14 22:41:20 +04:00
|
|
|
|
#fileList a.action.delete {
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 0;
|
2014-01-16 12:53:39 +04:00
|
|
|
|
padding: 28px 14px 19px !important;
|
2013-08-14 22:41:20 +04:00
|
|
|
|
}
|
2012-04-15 16:15:11 +04:00
|
|
|
|
a.action>img { max-height:16px; max-width:16px; vertical-align:text-bottom; }
|
2013-08-14 22:41:20 +04:00
|
|
|
|
|
|
|
|
|
/* Actions for selected files */
|
|
|
|
|
.selectedActions {
|
|
|
|
|
display: none;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: -1px;
|
|
|
|
|
right: 0;
|
|
|
|
|
padding: 15px 8px;
|
|
|
|
|
}
|
|
|
|
|
.selectedActions a {
|
|
|
|
|
display: inline;
|
|
|
|
|
padding: 17px 5px;
|
|
|
|
|
}
|
|
|
|
|
.selectedActions a img {
|
|
|
|
|
position:relative;
|
2013-10-06 21:58:22 +04:00
|
|
|
|
top:5px;
|
2013-08-14 22:41:20 +04:00
|
|
|
|
}
|
|
|
|
|
|
2011-07-22 18:52:35 +04:00
|
|
|
|
|
2013-02-21 19:52:18 +04:00
|
|
|
|
#fileList a.action {
|
2013-08-14 22:41:20 +04:00
|
|
|
|
display: inline;
|
2013-10-06 21:58:22 +04:00
|
|
|
|
margin: -8px 0;
|
2013-08-14 22:41:20 +04:00
|
|
|
|
padding: 18px 8px !important;
|
2013-02-21 19:52:18 +04:00
|
|
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
|
|
|
|
filter: alpha(opacity=0);
|
2013-03-03 16:01:25 +04:00
|
|
|
|
opacity: 0;
|
|
|
|
|
display:none;
|
2013-02-21 19:52:18 +04:00
|
|
|
|
}
|
2013-03-03 16:01:25 +04:00
|
|
|
|
#fileList tr:hover a.action, #fileList a.action.permanent {
|
2013-07-22 13:18:51 +04:00
|
|
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
|
|
|
|
|
filter: alpha(opacity=50);
|
2013-03-03 16:01:25 +04:00
|
|
|
|
opacity: .5;
|
|
|
|
|
display:inline;
|
2013-02-21 19:52:18 +04:00
|
|
|
|
}
|
|
|
|
|
#fileList tr:hover a.action:hover {
|
2013-07-22 13:18:51 +04:00
|
|
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
|
|
|
|
|
filter: alpha(opacity=100);
|
2013-03-03 16:01:25 +04:00
|
|
|
|
opacity: 1;
|
|
|
|
|
display:inline;
|
2013-02-21 19:52:18 +04:00
|
|
|
|
}
|
2011-11-10 19:40:09 +04:00
|
|
|
|
|
2013-07-02 06:28:52 +04:00
|
|
|
|
.summary {
|
2013-07-03 21:50:03 +04:00
|
|
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
|
|
|
|
|
filter: alpha(opacity=30);
|
|
|
|
|
opacity: .3;
|
|
|
|
|
height: 70px;
|
2013-07-02 06:28:52 +04:00
|
|
|
|
}
|
|
|
|
|
|
2013-07-03 21:50:03 +04:00
|
|
|
|
.summary:hover, .summary, table tr.summary td {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.summary td {
|
|
|
|
|
padding-top: 8px;
|
|
|
|
|
padding-bottom: 8px;
|
|
|
|
|
border-bottom: none;
|
2013-07-02 06:28:52 +04:00
|
|
|
|
}
|
|
|
|
|
.summary .info {
|
2013-08-14 23:26:06 +04:00
|
|
|
|
margin-left: 55px;
|
2013-07-02 06:28:52 +04:00
|
|
|
|
}
|
|
|
|
|
|
2012-08-28 00:45:54 +04:00
|
|
|
|
#scanning-message{ top:40%; left:40%; position:absolute; display:none; }
|
2012-09-19 16:31:02 +04:00
|
|
|
|
|
2013-01-19 00:49:38 +04:00
|
|
|
|
table.dragshadow {
|
|
|
|
|
width:auto;
|
|
|
|
|
}
|
|
|
|
|
table.dragshadow td.filename {
|
2013-10-28 18:41:52 +04:00
|
|
|
|
padding-left:60px;
|
2013-01-19 00:49:38 +04:00
|
|
|
|
padding-right:16px;
|
2013-10-28 18:41:52 +04:00
|
|
|
|
height: 36px;
|
2013-01-19 00:49:38 +04:00
|
|
|
|
}
|
|
|
|
|
table.dragshadow td.size {
|
|
|
|
|
padding-right:8px;
|
2013-01-30 22:24:24 +04:00
|
|
|
|
}
|
2013-01-03 03:26:13 +04:00
|
|
|
|
#upgrade {
|
|
|
|
|
width: 400px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 200px;
|
|
|
|
|
left: 50%;
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin-left: -200px;
|
|
|
|
|
}
|
2013-08-17 15:07:18 +04:00
|
|
|
|
.mask {
|
|
|
|
|
z-index: 50;
|
2013-09-04 22:50:59 +04:00
|
|
|
|
position: fixed;
|
2013-08-17 15:07:18 +04:00
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
background-color: white;
|
|
|
|
|
background-repeat: no-repeat no-repeat;
|
|
|
|
|
background-position: 50%;
|
|
|
|
|
opacity: 0.7;
|
|
|
|
|
filter: alpha(opacity=70);
|
|
|
|
|
transition: opacity 100ms;
|
|
|
|
|
-moz-transition: opacity 100ms;
|
|
|
|
|
-o-transition: opacity 100ms;
|
|
|
|
|
-ms-transition: opacity 100ms;
|
|
|
|
|
-webkit-transition: opacity 100ms;
|
|
|
|
|
}
|
|
|
|
|
.mask.transparent{
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|