2014-03-05 09:53:06 +00:00
|
|
|
/****** icon-xx ********/
|
|
|
|
/* Font Awesome 3.2.1 by Dave Gandy - http://fortawesome.github.com/Font-Awesome */
|
|
|
|
@font-face {
|
2014-07-17 05:56:36 +00:00
|
|
|
font-family: 'FontAwesome';
|
|
|
|
src: url('font/fontawesome-webfont.eot?v=3.0.1');
|
|
|
|
src: url('font/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
|
2014-03-05 09:53:06 +00:00
|
|
|
url('font/fontawesome-webfont.woff?v=3.0.1') format('woff'),
|
|
|
|
url('font/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
|
2014-07-17 05:56:36 +00:00
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
2014-03-05 09:53:06 +00:00
|
|
|
}
|
|
|
|
[class^="icon-"],
|
|
|
|
[class*=" icon-"] {
|
2014-07-17 05:56:36 +00:00
|
|
|
font-family: FontAwesome;
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
text-decoration: inherit;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
vertical-align: baseline;
|
|
|
|
speak: none;
|
2014-03-05 09:53:06 +00:00
|
|
|
}
|
|
|
|
.icon-cloud-download:before { content: "\f0ed"; }
|
2014-04-09 09:32:09 +00:00
|
|
|
.icon-download:before { content: "\f01a"; }
|
2014-03-05 09:53:06 +00:00
|
|
|
.icon-trash:before { content: "\f014"; }
|
|
|
|
.icon-plus:before { content: "\f067"; }
|
|
|
|
.icon-minus:before { content: "\f068"; }
|
|
|
|
.icon-pencil:before { content: "\f040"; }
|
|
|
|
.icon-remove:before { content: "\f00d"; }
|
|
|
|
.icon-star:before { content: "\f005"; }
|
|
|
|
.icon-star-empty:before { content: "\f006"; }
|
|
|
|
.icon-upload:before { content: "\f01b"; }
|
|
|
|
.icon-upload-alt:before { content: "\f093"; }
|
|
|
|
.icon-ban-circle:before { content: "\f05e"; }
|
|
|
|
.icon-plus-sign-alt:before { content: "\f0fe"; }
|
|
|
|
.icon-double-angle-left:before { content: "\f100"; }
|
|
|
|
.icon-double-angle-right:before { content: "\f101"; }
|
2014-04-09 09:32:09 +00:00
|
|
|
.icon-double-angle-up:before { content: "\f102"; }
|
|
|
|
.icon-double-angle-down:before { content: "\f103"; }
|
2014-03-05 09:53:06 +00:00
|
|
|
.icon-zoom-in:before { content: "\f00e"; }
|
|
|
|
.icon-zoom-out:before { content: "\f010"; }
|
|
|
|
.icon-caret-down:before { content: "\f0d7"; }
|
|
|
|
.icon-caret-up:before { content: "\f0d8"; }
|
2014-04-16 09:11:03 +00:00
|
|
|
.icon-caret-left:before { content: "\f0d9"; }
|
2014-03-05 09:53:06 +00:00
|
|
|
.icon-caret-right:before { content: "\f0da"; }
|
|
|
|
.icon-search:before { content: "\f002"; }
|
|
|
|
.icon-move:before { content: "\f047"; }
|
|
|
|
.icon-copy:before { content: "\f0c5"; }
|
|
|
|
.icon-lightbulb:before { content: "\f0eb"; }
|
2014-04-01 07:13:07 +00:00
|
|
|
.icon-chevron-left:before { content: "\f053"; }
|
2015-07-09 03:55:39 +00:00
|
|
|
.icon-building:before { content: "\f0f7"; }
|
|
|
|
.icon-phone:before { content: "\f095"; }
|
2015-07-17 09:09:21 +00:00
|
|
|
.icon-magic:before { content: "\f0d0"; }
|
|
|
|
.icon-eye:before { content: "\f06e"; }
|
|
|
|
.icon-eye-slash:before { content: "\f070"; }
|
2015-08-27 03:46:20 +00:00
|
|
|
.icon-plus-square:before { content: "\f0fe"; }
|
2015-07-09 03:55:39 +00:00
|
|
|
.fa-1x {
|
|
|
|
font-size: 1.3em;
|
|
|
|
}
|
2013-10-25 11:21:01 +00:00
|
|
|
/****** sf-icon-xx ********/
|
2013-04-13 09:30:42 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: 'seafile-font';
|
|
|
|
src:url('sf_font/seafile-font.eot');
|
|
|
|
src:url('sf_font/seafile-font.eot?#iefix') format('embedded-opentype'),
|
|
|
|
url('sf_font/seafile-font.woff') format('woff'),
|
|
|
|
url('sf_font/seafile-font.ttf') format('truetype');
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
[class^="sf-icon-"] {
|
|
|
|
font-family: 'seafile-font';
|
|
|
|
speak: none;
|
|
|
|
font-weight: normal;
|
|
|
|
font-variant: normal;
|
|
|
|
text-transform: none;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
2012-07-28 07:25:08 +00:00
|
|
|
}
|
2013-04-13 09:30:42 +00:00
|
|
|
.sf-icon-share:before { content:"\e001"; }
|
2013-09-16 04:03:57 +00:00
|
|
|
.sf-icon-removeformat:before { content:"\f1e7"; }
|
2015-08-29 04:10:02 +00:00
|
|
|
|
2015-08-27 03:46:20 +00:00
|
|
|
/****** sf2-icon-xx ********/
|
|
|
|
@font-face {
|
|
|
|
font-family: 'seafile-font2';
|
|
|
|
src:url('sf_font2/seafile-font2.eot');
|
|
|
|
src:url('sf_font2/seafile-font2.eot?#iefix') format('embedded-opentype'),
|
|
|
|
url('sf_font2/seafile-font2.woff') format('woff'),
|
2015-12-23 06:45:23 +00:00
|
|
|
url('sf_font2/seafile-font2.ttf') format('truetype'),
|
|
|
|
url('sf_font2/seafile-font2.svg#seafile-font2') format('svg');
|
2015-08-27 03:46:20 +00:00
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
2015-08-29 04:10:02 +00:00
|
|
|
[class^="sf2-icon-"],
|
|
|
|
[class*=" sf2-icon-"] {
|
2015-08-27 03:46:20 +00:00
|
|
|
font-family: 'seafile-font2';
|
|
|
|
speak: none;
|
|
|
|
font-weight: normal;
|
|
|
|
font-variant: normal;
|
|
|
|
text-transform: none;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
}
|
2015-09-16 12:23:01 +00:00
|
|
|
.sf2-icon-histogram:before { content:"\e000"; }
|
2015-09-17 08:30:42 +00:00
|
|
|
.sf2-icon-wrench:before { content:"\e001"; }
|
|
|
|
.sf2-icon-clock:before { content:"\e002"; }
|
2015-08-29 04:10:02 +00:00
|
|
|
.sf2-icon-bell:before { content:"\e003"; }
|
2015-08-27 03:46:20 +00:00
|
|
|
.sf2-icon-contacts:before { content:"\e004"; }
|
2015-08-31 07:26:08 +00:00
|
|
|
.sf2-icon-recycle:before { content:"\e005"; }
|
2015-08-27 03:46:20 +00:00
|
|
|
.sf2-icon-delete:before { content:"\e006"; }
|
2015-09-17 08:30:42 +00:00
|
|
|
.sf2-icon-monitor:before { content:"\e007"; }
|
2015-08-27 03:46:20 +00:00
|
|
|
.sf2-icon-download:before { content:"\e008"; }
|
2015-09-17 08:30:42 +00:00
|
|
|
.sf2-icon-file:before { content:"\e009"; }
|
|
|
|
.sf2-icon-folder:before { content:"\e00a"; }
|
|
|
|
.sf2-icon-msgs:before { content:"\e00b"; }
|
|
|
|
.sf2-icon-group:before { content:"\e00c"; }
|
|
|
|
.sf2-icon-library:before { content:"\e00d"; }
|
|
|
|
.sf2-icon-link:before { content:"\e00e"; }
|
|
|
|
.sf2-icon-user:before { content:"\e00f"; }
|
|
|
|
.sf2-icon-organization:before { content:"\e010"; }
|
2015-08-27 03:46:20 +00:00
|
|
|
.sf2-icon-share:before { content:"\e011"; }
|
2015-09-17 08:30:42 +00:00
|
|
|
.sf2-icon-star:before { content:"\e012"; }
|
2015-08-27 03:46:20 +00:00
|
|
|
.sf2-icon-wiki:before { content:"\e013"; }
|
2015-08-31 07:26:08 +00:00
|
|
|
.sf2-icon-history:before { content:"\e014"; }
|
2015-09-17 08:30:42 +00:00
|
|
|
.sf2-icon-cog1:before { content:"\e015"; }
|
2015-08-31 07:26:08 +00:00
|
|
|
.sf2-icon-trash:before { content:"\e016"; }
|
2015-08-31 08:56:14 +00:00
|
|
|
.sf2-icon-security:before { content:"\e017"; }
|
2015-08-31 07:26:08 +00:00
|
|
|
.sf2-icon-edit:before { content:"\e018"; }
|
|
|
|
.sf2-icon-eye:before { content:"\e019"; }
|
2015-09-17 08:30:42 +00:00
|
|
|
.sf2-icon-caret-down:before { content:"\e01a"; }
|
|
|
|
.sf2-icon-cog2:before { content:"\e01b"; }
|
2015-09-16 12:23:01 +00:00
|
|
|
.sf2-icon-minus:before { content:"\e01c"; }
|
|
|
|
.sf2-icon-x1:before { content:"\e01d"; }
|
|
|
|
.sf2-icon-tick:before { content:"\e01e"; }
|
|
|
|
.sf2-icon-x2:before { content:"\e01f"; }
|
2015-12-08 07:59:48 +00:00
|
|
|
.sf2-icon-user2:before { content:"\e020"; }
|
|
|
|
.sf2-icon-msgs2:before { content:"\e021"; }
|
2016-02-19 09:01:31 +00:00
|
|
|
/*.sf2-icon-group-settings:before { content:"\e022"; }*/
|
2016-01-15 09:59:51 +00:00
|
|
|
.sf2-icon-comment:before { content:"\e023"; }
|
|
|
|
.sf2-icon-wiki2:before { content:"\e024"; }
|
2016-02-23 06:34:58 +00:00
|
|
|
.sf2-icon-grid-view:before { content:"\e025"; }
|
|
|
|
.sf2-icon-list-view:before { content:"\e026"; }
|
2015-08-29 04:10:02 +00:00
|
|
|
|
2013-10-25 11:21:01 +00:00
|
|
|
/******* tags **********/
|
2013-04-13 09:30:42 +00:00
|
|
|
html { background:#fff; }
|
2012-08-21 08:01:18 +00:00
|
|
|
body,
|
|
|
|
h1,h2,h3,h4,h5,h6,
|
|
|
|
ul,ol,li,dl,dt,dd,
|
|
|
|
p,pre,blockquote,
|
2013-04-20 11:19:38 +00:00
|
|
|
form,input,textarea,select,button,img {
|
2012-08-21 08:01:18 +00:00
|
|
|
padding:0;
|
|
|
|
margin:0;
|
|
|
|
}
|
2013-10-29 04:00:09 +00:00
|
|
|
body, input, textarea, button, select {
|
2013-02-21 11:59:58 +00:00
|
|
|
font: 13px/1.5 Arial, Helvetica, sans-serif;
|
2012-09-25 03:22:18 +00:00
|
|
|
color: #333;
|
2012-12-03 03:34:32 +00:00
|
|
|
word-wrap:break-word; /* for en */
|
2012-07-28 07:25:08 +00:00
|
|
|
}
|
2013-10-29 04:00:09 +00:00
|
|
|
input, button, select { line-height:19px;/*for ff*/ }
|
|
|
|
h1 { font-size:1.9em; margin:1.1em 0 0.5em; }
|
2012-09-25 03:22:18 +00:00
|
|
|
h2 { font-size:1.5em; color:#222;}
|
2013-12-10 04:14:12 +00:00
|
|
|
h3 { font-size:16px; color:#322; font-weight:normal; margin:0.95em 0 0.4em; }
|
2012-09-25 03:22:18 +00:00
|
|
|
h4 { font-size:1.1em; color:#222; font-weight:normal; margin:0.5em 0 0.2em; }
|
2013-10-29 04:00:09 +00:00
|
|
|
h5, h6 { font-size:1em; margin:0.4em 0 0.15em; }
|
2012-07-27 11:53:49 +00:00
|
|
|
ul { list-style:none; }
|
2012-07-28 07:25:08 +00:00
|
|
|
ol { padding-left:2em; }
|
2013-04-15 07:47:25 +00:00
|
|
|
dl { margin:1.5em 0; }
|
2013-12-19 11:22:18 +00:00
|
|
|
dt { color:#666; margin:24px 0 2px; }
|
|
|
|
dd { margin-bottom:.8em; color:#222; }
|
2015-02-02 06:09:13 +00:00
|
|
|
a { color:#eb8205; text-decoration:none; font-weight:bold; }
|
2013-05-20 13:47:51 +00:00
|
|
|
a.normal {font-weight: normal;}
|
2011-03-19 05:15:02 +00:00
|
|
|
a:hover { color: #ff9933; text-decoration: underline; }
|
2012-05-05 12:35:08 +00:00
|
|
|
img { border:none; }
|
2012-08-31 09:02:41 +00:00
|
|
|
textarea {
|
|
|
|
overflow: auto; /* rm default vertical scrollbar in ie */
|
2012-12-12 11:43:17 +00:00
|
|
|
resize: vertical; /* for drag */
|
2013-03-12 13:48:47 +00:00
|
|
|
outline:0;
|
2012-08-31 09:02:41 +00:00
|
|
|
}
|
2014-07-09 09:51:07 +00:00
|
|
|
textarea, input { border: 1px solid #ddd; }
|
2013-10-29 04:00:09 +00:00
|
|
|
input { height:22px; margin:3px 0; outline:0; }
|
|
|
|
input, button { display:inline-block;/*for ie*/ }
|
2012-11-12 06:12:49 +00:00
|
|
|
input[type=submit],
|
2013-03-25 12:27:17 +00:00
|
|
|
input[type=button],
|
2015-01-25 10:47:42 +00:00
|
|
|
input.submit {
|
2014-02-10 12:06:22 +00:00
|
|
|
height:auto;
|
2012-11-12 06:12:49 +00:00
|
|
|
}
|
|
|
|
button,
|
|
|
|
input[type=submit],
|
2013-03-25 12:27:17 +00:00
|
|
|
input[type=button],
|
2013-07-29 12:25:24 +00:00
|
|
|
input.submit,
|
2015-07-28 04:22:52 +00:00
|
|
|
.btn-link,
|
2014-07-09 09:51:07 +00:00
|
|
|
.fileinput-button,
|
2015-01-25 10:47:42 +00:00
|
|
|
select {
|
2014-02-10 12:06:22 +00:00
|
|
|
padding:5px 6px;
|
|
|
|
background:-webkit-linear-gradient(top, #fafafb, #eeeeee);
|
|
|
|
background:-moz-linear-gradient(top, #fafafb, #eeeeee);
|
|
|
|
background:linear-gradient(top, #fafafb, #eeeeee);
|
|
|
|
border: 1px solid #c5c5c5;
|
|
|
|
border-radius: 2px;
|
2012-11-12 09:06:45 +00:00
|
|
|
}
|
2014-07-09 09:51:07 +00:00
|
|
|
select {
|
|
|
|
outline:none;
|
|
|
|
}
|
2015-07-28 04:22:52 +00:00
|
|
|
.btn-link {
|
2015-09-23 08:48:41 +00:00
|
|
|
display:inline-block;
|
2015-07-28 04:22:52 +00:00
|
|
|
color:#333;
|
|
|
|
line-height:19px;
|
|
|
|
text-decoration:none;
|
|
|
|
font-weight:normal;
|
|
|
|
}
|
2015-09-23 08:48:41 +00:00
|
|
|
.big-btn-link {
|
|
|
|
font-size:14px;
|
|
|
|
line-height:1.5;
|
|
|
|
padding:6px 20px;
|
|
|
|
border-radius:3px;
|
|
|
|
}
|
2015-07-28 04:22:52 +00:00
|
|
|
.btn-link:hover {
|
|
|
|
color:#333;
|
|
|
|
text-decoration:none;
|
|
|
|
}
|
2012-11-20 08:28:33 +00:00
|
|
|
input[type=radio] {
|
2012-05-22 08:21:16 +00:00
|
|
|
height:auto;
|
2013-05-20 07:03:55 +00:00
|
|
|
border:0;/*for ie*/
|
2012-05-22 08:21:16 +00:00
|
|
|
}
|
2012-07-21 14:12:23 +00:00
|
|
|
input::-webkit-outer-spin-button,
|
|
|
|
input::-webkit-inner-spin-button {/*for input type="number" in chrome: to hide up/download arrow*/
|
|
|
|
-webkit-appearance: none;
|
|
|
|
margin: 0;
|
|
|
|
}
|
2012-07-24 08:22:45 +00:00
|
|
|
input::-moz-focus-inner,
|
|
|
|
button::-moz-focus-inner {/*Remove button padding in FF*/
|
|
|
|
border: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2014-05-28 03:43:18 +00:00
|
|
|
::-webkit-scrollbar {
|
|
|
|
height: 9px;
|
|
|
|
width: 9px;
|
|
|
|
}
|
|
|
|
::-webkit-scrollbar-button {
|
|
|
|
display: block;
|
|
|
|
height: 4px;
|
|
|
|
}
|
|
|
|
::-webkit-scrollbar-track-piece {
|
|
|
|
background: #e9e9eb;
|
|
|
|
}
|
|
|
|
::-webkit-scrollbar-track-piece:vertical:start {
|
|
|
|
border-radius:5px 5px 0 0;
|
|
|
|
}
|
|
|
|
::-webkit-scrollbar-track-piece:vertical:end {
|
|
|
|
border-radius:0 0 5px 5px;
|
|
|
|
}
|
|
|
|
::-webkit-scrollbar-track-piece:horizontal:start {
|
|
|
|
border-radius:5px 0 0 5px;
|
|
|
|
}
|
|
|
|
::-webkit-scrollbar-track-piece:horizontal:end {
|
|
|
|
border-radius:0 5px 5px 0;
|
|
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb:vertical,
|
|
|
|
::-webkit-scrollbar-thumb:horizontal {
|
|
|
|
background: #ccc;
|
|
|
|
border-radius: 5px;
|
|
|
|
display: block;
|
|
|
|
}
|
2012-05-22 08:21:16 +00:00
|
|
|
input[type=submit],
|
2014-07-09 09:51:07 +00:00
|
|
|
input.submit,
|
|
|
|
button.submit {
|
2012-08-21 08:01:18 +00:00
|
|
|
margin-top:8px;
|
2012-05-22 08:21:16 +00:00
|
|
|
}
|
|
|
|
input[type=submit]:hover,
|
2013-09-07 03:44:21 +00:00
|
|
|
input[type=reset]:hover,
|
2013-03-25 12:27:17 +00:00
|
|
|
input[type=button]:hover,
|
2015-01-25 10:47:42 +00:00
|
|
|
button:hover,
|
2015-07-28 04:22:52 +00:00
|
|
|
.btn-link:hover,
|
2013-07-29 12:25:24 +00:00
|
|
|
.fileinput-button:hover {
|
2012-05-22 08:21:16 +00:00
|
|
|
cursor:pointer;
|
2014-02-10 12:06:22 +00:00
|
|
|
background:#fff;
|
2012-05-22 08:21:16 +00:00
|
|
|
}
|
2012-05-25 09:15:15 +00:00
|
|
|
input[type="file"] {
|
|
|
|
border:none;
|
|
|
|
height:24px;
|
|
|
|
line-height:24px;
|
|
|
|
}
|
2012-08-21 08:01:18 +00:00
|
|
|
label {
|
|
|
|
display: inline-block;
|
2012-10-22 08:22:55 +00:00
|
|
|
margin:4px 0px;
|
2012-08-21 08:01:18 +00:00
|
|
|
}
|
2013-10-29 04:00:09 +00:00
|
|
|
iframe { display:block; width:100%; }
|
2012-07-28 07:25:08 +00:00
|
|
|
pre, code {
|
2012-07-31 09:29:25 +00:00
|
|
|
font-family: Consolas,"Liberation Mono",Courier,monospace;
|
2012-07-28 07:25:08 +00:00
|
|
|
}
|
2012-07-27 11:53:49 +00:00
|
|
|
pre {
|
|
|
|
white-space:pre-wrap;
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
2012-05-12 12:42:27 +00:00
|
|
|
table {
|
|
|
|
border-spacing: 0;
|
|
|
|
border-collapse: collapse;
|
|
|
|
width:100%;
|
|
|
|
table-layout:fixed;
|
2012-07-20 05:02:14 +00:00
|
|
|
margin:8px 0 40px;
|
2012-05-12 12:42:27 +00:00
|
|
|
}
|
2013-05-15 05:43:21 +00:00
|
|
|
caption {font-size:1.1em; font-weight:bold; margin-bottom:.6em;}
|
2014-02-07 09:36:34 +00:00
|
|
|
th { text-align:left; font-weight:normal; color:#9c9c9c; }
|
2013-10-29 04:00:09 +00:00
|
|
|
td, th { padding:5px 3px; word-wrap:break-word; border-bottom:1px solid #eee; }
|
2014-02-08 08:23:20 +00:00
|
|
|
td { color: #333; font-size:14px; }
|
2013-10-29 04:00:09 +00:00
|
|
|
table img { vertical-align:middle; }
|
|
|
|
p { margin:0.5em 0; }
|
|
|
|
|
|
|
|
/********** common class ***********/
|
2013-03-05 06:44:38 +00:00
|
|
|
.hl { background-color: #f8f8f8; }/*highlight*/
|
2012-05-30 06:12:48 +00:00
|
|
|
.fleft { float:left }
|
|
|
|
.fright { float:right }
|
|
|
|
.clear { clear:both; }
|
|
|
|
.show { display:block }
|
|
|
|
.hide { display:none }
|
2012-07-28 07:25:08 +00:00
|
|
|
.error { color:red; }
|
2012-05-30 06:12:48 +00:00
|
|
|
.errorlist { color: red; }
|
2015-05-12 08:35:39 +00:00
|
|
|
.error-tip { text-align:center; margin-top:5em;}
|
2012-05-30 06:12:48 +00:00
|
|
|
.ovhd { overflow:hidden; }
|
|
|
|
.bold { font-weight:bold; }
|
2013-10-29 04:00:09 +00:00
|
|
|
.no-bold { font-weight:normal; }
|
2013-03-05 06:44:38 +00:00
|
|
|
.w100 { width: 100%; }
|
|
|
|
.vh { visibility:hidden; }
|
2013-03-15 06:41:20 +00:00
|
|
|
.vam { vertical-align:middle; }
|
2013-10-29 04:00:09 +00:00
|
|
|
.tip { color:#808080; font-size:12px; }
|
2016-01-20 07:21:29 +00:00
|
|
|
.outstanding-tip { color:red; }
|
2013-10-29 04:00:09 +00:00
|
|
|
.label { color:#333; font-size:12px; font-style:normal; }
|
2013-03-25 12:27:17 +00:00
|
|
|
.italic { font-style:italic; }
|
2013-07-19 12:05:18 +00:00
|
|
|
.alc { text-align: center;}
|
2013-10-29 04:00:09 +00:00
|
|
|
.cspt { cursor:pointer; }
|
2015-07-28 07:46:16 +00:00
|
|
|
.pos-rel { position:relative; }
|
2015-10-24 10:14:58 +00:00
|
|
|
.top-tip {
|
|
|
|
background:#fddaa4;
|
|
|
|
color:#1f0600;
|
|
|
|
text-align:center;
|
|
|
|
margin:0 0 15px;
|
|
|
|
}
|
2013-10-29 04:00:09 +00:00
|
|
|
/** for input, textarea in form **/ /* e.g repo-create */
|
|
|
|
.input, .textarea {
|
|
|
|
width:260px;
|
2013-12-13 08:47:28 +00:00
|
|
|
padding:2px 3px;
|
|
|
|
border-radius:2px;
|
2013-10-29 04:00:09 +00:00
|
|
|
margin-bottom:5px;
|
2012-05-30 06:12:48 +00:00
|
|
|
}
|
2013-10-29 04:00:09 +00:00
|
|
|
.textarea { height:70px; }
|
2015-10-13 06:53:11 +00:00
|
|
|
/* loading implemented with css */
|
|
|
|
@-moz-keyframes loading {
|
|
|
|
0% {
|
|
|
|
-moz-transform: rotate(0deg);
|
|
|
|
transform: rotate(0deg);
|
|
|
|
}
|
|
|
|
100% {
|
|
|
|
-moz-transform: rotate(360deg);
|
|
|
|
transform: rotate(360deg);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes loading {
|
|
|
|
0% {
|
|
|
|
-webkit-transform: rotate(0deg);
|
|
|
|
transform: rotate(0deg);
|
|
|
|
}
|
|
|
|
100% {
|
|
|
|
-webkit-transform: rotate(360deg);
|
|
|
|
transform: rotate(360deg);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes loading {
|
|
|
|
0% {
|
|
|
|
-moz-transform: rotate(0deg);
|
|
|
|
-ms-transform: rotate(0deg);
|
|
|
|
-webkit-transform: rotate(0deg);
|
|
|
|
transform: rotate(0deg);
|
|
|
|
}
|
|
|
|
100% {
|
|
|
|
-moz-transform: rotate(360deg);
|
|
|
|
-ms-transform: rotate(360deg);
|
|
|
|
-webkit-transform: rotate(360deg);
|
|
|
|
transform: rotate(360deg);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.loading-icon {
|
|
|
|
display:inline-block;
|
|
|
|
width:22px;
|
|
|
|
height:22px;
|
|
|
|
border:2px solid #eee;
|
|
|
|
border-left-color:#aaa;
|
|
|
|
border-radius:50%;
|
|
|
|
-moz-animation:loading 0.9s infinite linear;
|
|
|
|
-webkit-animation:loading 0.9s infinite linear;
|
|
|
|
animation:loading 0.9s infinite linear;
|
|
|
|
}
|
|
|
|
.loading-tip {
|
2013-06-01 06:15:47 +00:00
|
|
|
display:block;
|
|
|
|
margin:1em auto;
|
|
|
|
}
|
2013-04-13 09:30:42 +00:00
|
|
|
.icon-plus, .icon-minus, .icon-pencil,
|
2015-02-02 06:09:13 +00:00
|
|
|
.repo-file-list .icon-star-empty,
|
|
|
|
.repo-file-list .icon-star {
|
2013-04-13 09:30:42 +00:00
|
|
|
font-size:16px;
|
|
|
|
line-height:1;
|
|
|
|
}
|
|
|
|
.icon-plus, .icon-minus, .icon-pencil {
|
|
|
|
color:#444;
|
|
|
|
margin-left:3px;
|
|
|
|
}
|
2015-02-02 06:09:13 +00:00
|
|
|
.repo-file-list .icon-star-empty { color:#d0d0d0; }
|
|
|
|
.repo-file-list .icon-star { color:#505050; }
|
2012-05-30 06:12:48 +00:00
|
|
|
.op,
|
|
|
|
.more {
|
|
|
|
font-weight:normal;
|
|
|
|
font-size:12px;
|
|
|
|
}
|
2013-10-29 04:00:09 +00:00
|
|
|
.op { font-size:13px; padding-right:2px; }
|
2014-02-24 10:41:31 +00:00
|
|
|
.op-target { color:#ee8204; word-wrap:break-word; }
|
2013-04-13 09:30:42 +00:00
|
|
|
.op-icon {
|
|
|
|
font-size:20px;
|
|
|
|
line-height:1;
|
|
|
|
color:#888;
|
|
|
|
cursor:pointer;
|
|
|
|
margin-right:3px;
|
2014-03-27 07:36:38 +00:00
|
|
|
vertical-align:middle;
|
2013-04-13 09:30:42 +00:00
|
|
|
}
|
2015-08-29 04:10:02 +00:00
|
|
|
.op-icon.sf2-x,
|
|
|
|
.op-icon.sf2-x:hover {
|
|
|
|
color:#f89a68;
|
|
|
|
}
|
2015-09-12 07:18:23 +00:00
|
|
|
.sf2-icon-edit {
|
2015-09-07 00:30:36 +00:00
|
|
|
font-size:16px;
|
2015-09-12 07:18:23 +00:00
|
|
|
opacity:0.7;
|
2015-09-07 00:30:36 +00:00
|
|
|
}
|
2015-09-12 07:18:23 +00:00
|
|
|
.sf2-icon-edit:hover {
|
2015-09-07 00:30:36 +00:00
|
|
|
opacity:1;
|
|
|
|
}
|
2014-01-20 07:24:15 +00:00
|
|
|
.op-icon:hover {/** for <a> **/
|
|
|
|
color:#888;
|
|
|
|
text-decoration:none;
|
|
|
|
}
|
2015-09-08 04:10:40 +00:00
|
|
|
.more-op-icon {
|
2016-01-28 06:33:17 +00:00
|
|
|
display:inline-block;
|
|
|
|
margin-top:4px;
|
2015-09-08 04:10:40 +00:00
|
|
|
font-size:12px;
|
|
|
|
}
|
2013-03-12 13:48:47 +00:00
|
|
|
.big-more-btn {
|
|
|
|
padding:.5em 0;
|
|
|
|
color:#777;
|
|
|
|
}
|
|
|
|
.big-more-btn:hover {
|
|
|
|
color:#000;
|
|
|
|
background:#dfdfdf;
|
|
|
|
}
|
2012-08-21 08:01:18 +00:00
|
|
|
.no-deco,
|
|
|
|
.no-deco:hover {
|
2012-07-23 09:36:07 +00:00
|
|
|
text-decoration:none;
|
|
|
|
}
|
2012-11-23 03:29:02 +00:00
|
|
|
.input-disabled {/* for type="password/text" etc*/
|
2012-07-28 07:25:08 +00:00
|
|
|
background:#ebebe4;
|
|
|
|
}
|
2012-11-23 03:29:02 +00:00
|
|
|
.btn-disabled { /*for <input type="submit" />, <button>*/
|
2012-11-14 12:52:28 +00:00
|
|
|
color:#999;
|
|
|
|
}
|
2012-11-23 03:29:02 +00:00
|
|
|
.btn-disabled:hover,
|
|
|
|
input.btn-disabled:hover {/*for input*/
|
2012-11-15 03:28:57 +00:00
|
|
|
cursor:default;
|
|
|
|
background: #efefef;
|
|
|
|
}
|
2013-08-30 05:46:56 +00:00
|
|
|
.op-icon-btn {/* icon btn */
|
|
|
|
font-size:14px;
|
|
|
|
padding:4px 12px;
|
|
|
|
line-height:20px;
|
|
|
|
text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);
|
|
|
|
background-color:#f5f5f5;background-image:-moz-linear-gradient(top, #ffffff, #e6e6e6);background-image:-webkit-linear-gradient(top, #ffffff, #e6e6e6);background-image:linear-gradient(to bottom, #ffffff, #e6e6e6);background-repeat:repeat-x;border:1px solid #cccccc;border-bottom-color:#b3b3b3;border-radius:4px;box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
|
|
|
|
}
|
|
|
|
.op-icon-btn:hover {
|
|
|
|
background-color: #E6E6E6;
|
|
|
|
background-position: 0 -15px; /* to rm background-image */
|
|
|
|
}
|
2014-03-05 09:53:06 +00:00
|
|
|
.op-list li,
|
|
|
|
.checkbox,
|
|
|
|
.checkbox-checked,
|
2014-11-14 03:23:58 +00:00
|
|
|
.modalCloseImg {
|
2014-03-05 09:53:06 +00:00
|
|
|
background:transparent url('../img/bg.png') no-repeat scroll 0 0;
|
|
|
|
}
|
2013-02-05 09:50:32 +00:00
|
|
|
.op-list li {
|
2014-02-24 10:41:31 +00:00
|
|
|
padding-left:23px;
|
|
|
|
line-height:23px;
|
2014-03-05 09:53:06 +00:00
|
|
|
background-position:0 3px;
|
2013-02-05 09:50:32 +00:00
|
|
|
}
|
|
|
|
.add {
|
2015-08-29 04:10:02 +00:00
|
|
|
color:#909090;
|
2013-12-10 04:14:12 +00:00
|
|
|
margin-right:3px;
|
2012-08-21 08:01:18 +00:00
|
|
|
}
|
2013-10-25 11:21:01 +00:00
|
|
|
.jstree a {
|
|
|
|
font-weight:normal;
|
|
|
|
}
|
|
|
|
.placeholder { /*for ie */
|
|
|
|
color: #aaa;
|
|
|
|
line-height:1.5;
|
|
|
|
}
|
|
|
|
input:-moz-placeholder,
|
|
|
|
textarea:-moz-placeholder {/* for FF */
|
|
|
|
color: #aaa;
|
|
|
|
line-height:1.5;
|
|
|
|
}
|
|
|
|
::-webkit-input-placeholder {/*for chrome, safari */
|
|
|
|
line-height:1.5;
|
|
|
|
}
|
|
|
|
.avatar {
|
|
|
|
border-radius:3px;
|
|
|
|
}
|
2013-10-29 04:00:09 +00:00
|
|
|
.empty-tips {
|
2013-12-10 04:14:12 +00:00
|
|
|
padding: 30px 40px;
|
|
|
|
background-color: #FAFAFA;
|
|
|
|
border: solid 1px #DDD;
|
|
|
|
border-radius: 3px;
|
|
|
|
box-shadow: inset 0 0 8px #EEE;
|
|
|
|
margin-top:5.5em;
|
2013-10-25 11:21:01 +00:00
|
|
|
}
|
2014-10-24 11:01:47 +00:00
|
|
|
.ellipsis {
|
|
|
|
white-space:nowrap;
|
|
|
|
overflow:hidden;
|
|
|
|
text-overflow:ellipsis;
|
|
|
|
}
|
2013-10-25 11:21:01 +00:00
|
|
|
|
|
|
|
/*******ui widgets**************/
|
|
|
|
/****paginator****/
|
2013-03-12 13:48:47 +00:00
|
|
|
#paginator {
|
|
|
|
text-align:center;
|
|
|
|
margin:10px 0;
|
|
|
|
font-size:14px;
|
|
|
|
}
|
|
|
|
#paginator .pg {
|
|
|
|
font-weight:normal;
|
|
|
|
margin:0 3px;
|
|
|
|
}
|
|
|
|
#paginator .prev {
|
|
|
|
margin-right:30px;
|
|
|
|
}
|
|
|
|
#paginator .prev,
|
|
|
|
#paginator .next {
|
|
|
|
text-decoration:underline;
|
|
|
|
}
|
|
|
|
#paginator .next {
|
|
|
|
margin-left:30px;
|
|
|
|
}
|
2013-10-25 11:21:01 +00:00
|
|
|
/**** caret ****/
|
2012-10-22 09:15:35 +00:00
|
|
|
.outer-caret,
|
|
|
|
.inner-caret {
|
|
|
|
height:0;
|
2014-10-22 07:13:00 +00:00
|
|
|
width:0;
|
|
|
|
border-width:14px 14px 0; /* default: arrow to the bottom */
|
|
|
|
border-style:dashed solid; /* 'dashed' for firefox */
|
2012-10-22 09:15:35 +00:00
|
|
|
border-color:#CBCBCB transparent;
|
|
|
|
z-index:100;
|
|
|
|
margin:0 auto;
|
|
|
|
}
|
|
|
|
.inner-caret {
|
|
|
|
border-top-color:#fff;
|
|
|
|
position:relative;
|
|
|
|
top:-15px;
|
|
|
|
left:-14px;
|
|
|
|
}
|
2014-10-21 06:51:44 +00:00
|
|
|
.up-outer-caret,
|
|
|
|
.up-outer-caret .inner-caret {
|
2014-10-22 07:13:00 +00:00
|
|
|
border-width:0 10px 10px;
|
2014-10-21 06:51:44 +00:00
|
|
|
}
|
|
|
|
.up-outer-caret .inner-caret {
|
|
|
|
border-bottom-color:#fff;
|
|
|
|
top:1px;
|
2014-10-22 07:13:00 +00:00
|
|
|
left:-10px;
|
2014-10-21 06:51:44 +00:00
|
|
|
}
|
|
|
|
.up-outer-caret {
|
|
|
|
position:absolute;
|
2014-10-22 07:13:00 +00:00
|
|
|
top:-11px;
|
2014-10-21 06:51:44 +00:00
|
|
|
}
|
2014-12-08 03:31:54 +00:00
|
|
|
.right-outer-caret,
|
|
|
|
.right-outer-caret .inner-caret {
|
|
|
|
border-width:10px 0 10px 10px;
|
|
|
|
border-color: transparent transparent transparent #CBCBCB;
|
|
|
|
}
|
|
|
|
.right-outer-caret {
|
|
|
|
position:absolute;
|
|
|
|
right:-11px;
|
|
|
|
}
|
|
|
|
.right-outer-caret .inner-caret {
|
|
|
|
border-left-color:#fff;
|
|
|
|
top:-10px;
|
|
|
|
left:-11px;
|
|
|
|
}
|
|
|
|
.bottom-outer-caret,
|
|
|
|
.bottom-outer-caret .inner-caret {
|
|
|
|
border-width:10px 10px 0;
|
|
|
|
}
|
|
|
|
.bottom-outer-caret {
|
|
|
|
position:absolute;
|
|
|
|
bottom:-11px;
|
|
|
|
}
|
|
|
|
.bottom-outer-caret .inner-caret {
|
|
|
|
border-top-color:#fff;
|
|
|
|
top:-11px;
|
|
|
|
left:-10px;
|
|
|
|
}
|
2013-10-25 11:21:01 +00:00
|
|
|
/**** tabnav *****/
|
2013-03-02 07:51:16 +00:00
|
|
|
.tabnav-tabs,
|
|
|
|
.tabnav-tab {
|
2013-02-21 11:59:58 +00:00
|
|
|
display:inline-block;
|
|
|
|
}
|
2013-03-02 07:51:16 +00:00
|
|
|
.tabnav-tabs,
|
|
|
|
.tabnav-tab {
|
|
|
|
*display:inline;
|
|
|
|
}
|
2014-03-05 09:53:06 +00:00
|
|
|
/**** jquery tabs ****/
|
|
|
|
.ui-tabs { position: relative; padding: .2em; zoom: 1; }
|
|
|
|
.ui-tabs .ui-tabs-panel { display:block; padding: 1em 1.4em; }
|
|
|
|
.ui-tabs .ui-tabs-hide { display:none; }
|
2014-09-02 02:52:18 +00:00
|
|
|
|
|
|
|
/**** left-right-tabs ****/
|
|
|
|
.left-right-tabs {
|
|
|
|
padding:0;
|
|
|
|
}
|
|
|
|
.left-right-tabs-nav {
|
|
|
|
margin-right:15px;
|
|
|
|
}
|
|
|
|
.left-right-tabs-nav a {
|
|
|
|
display:block;
|
|
|
|
padding:5px 4px;
|
|
|
|
border-radius:3px;
|
|
|
|
color:#747476;
|
|
|
|
font-size:14px;
|
2015-03-18 02:45:13 +00:00
|
|
|
outline:none; /* to overwrite webkit ':focus' style */
|
2014-09-02 02:52:18 +00:00
|
|
|
}
|
|
|
|
.left-right-tabs-nav a:hover {
|
|
|
|
text-decoration:none;
|
|
|
|
background:#feefb8;
|
|
|
|
}
|
|
|
|
.left-right-tabs-nav .ui-state-active a,
|
|
|
|
.left-right-tabs-nav .ui-state-active a:hover {
|
|
|
|
background:#feac74;
|
|
|
|
color:#fff;
|
|
|
|
}
|
|
|
|
.left-right-tabs .tabs-panel {
|
|
|
|
padding-top:0;
|
|
|
|
min-width:400px;
|
|
|
|
}
|
2013-12-10 04:14:12 +00:00
|
|
|
/**** side-tabnav ****/
|
2013-12-20 08:16:31 +00:00
|
|
|
.side-textnav .hd,
|
2014-02-07 09:36:34 +00:00
|
|
|
.side-info .hd {
|
2013-12-10 04:14:12 +00:00
|
|
|
padding-bottom:4px;
|
|
|
|
border-bottom:1px solid #ddd;
|
|
|
|
margin-bottom:1em;
|
|
|
|
}
|
2014-01-24 00:15:35 +00:00
|
|
|
.side-tabnav .hd {
|
|
|
|
margin-bottom:0.5em;
|
|
|
|
}
|
2014-02-08 08:09:21 +00:00
|
|
|
.side-tabnav h3.hd,
|
2014-04-10 07:59:03 +00:00
|
|
|
.side-tabnav .hd h3 {
|
2014-01-24 00:15:35 +00:00
|
|
|
color:#f7941d;
|
|
|
|
}
|
2013-12-10 04:14:12 +00:00
|
|
|
.side-tabnav .hd h3 {
|
|
|
|
margin-bottom:0;
|
|
|
|
}
|
|
|
|
.side-tabnav .hd .avatar { /*for 'group'*/
|
2014-02-10 08:56:19 +00:00
|
|
|
vertical-align:middle;
|
2015-08-27 03:46:20 +00:00
|
|
|
border-radius:1000px;
|
2014-02-10 08:56:19 +00:00
|
|
|
margin:0 6px 0 4px;
|
2013-12-10 04:14:12 +00:00
|
|
|
}
|
2014-10-24 11:01:47 +00:00
|
|
|
.side-tabnav .grp-name { /*for 'group'*/
|
|
|
|
display:inline-block;
|
2016-02-19 09:01:31 +00:00
|
|
|
max-width:130px;
|
|
|
|
font-weight:normal;
|
2014-10-24 11:01:47 +00:00
|
|
|
}
|
2014-01-24 00:15:35 +00:00
|
|
|
.side-tabnav-tabs {
|
|
|
|
margin-bottom:1em;
|
|
|
|
}
|
2014-02-28 09:52:46 +00:00
|
|
|
.side-tabnav-tabs .tab {
|
|
|
|
border-radius:2px;
|
|
|
|
overflow:hidden;
|
|
|
|
}
|
2014-03-05 09:53:06 +00:00
|
|
|
.side-tabnav-tabs .tab a { /* for IE 11: no border-radius here */
|
2013-12-10 04:14:12 +00:00
|
|
|
display:block;
|
2014-02-08 08:09:21 +00:00
|
|
|
font-size:15px;
|
2015-08-29 04:10:02 +00:00
|
|
|
padding:4px 4px 4px 0;
|
2013-12-10 04:14:12 +00:00
|
|
|
color:#333;
|
|
|
|
font-weight:normal;
|
2014-01-23 02:49:37 +00:00
|
|
|
}
|
2015-11-21 07:29:42 +00:00
|
|
|
.side-tabnav-tabs .tab .grp-list a {
|
|
|
|
font-size:14px;
|
2015-12-03 11:55:27 +00:00
|
|
|
line-height:24px;
|
2015-11-21 07:29:42 +00:00
|
|
|
padding:0;
|
|
|
|
}
|
2015-12-03 11:55:27 +00:00
|
|
|
#group-nav .sharp {
|
|
|
|
display:inline-block;
|
|
|
|
width:42px;
|
|
|
|
margin-right:5px;
|
|
|
|
text-align:right;
|
|
|
|
color:#aaa;
|
|
|
|
}
|
2013-12-10 04:14:12 +00:00
|
|
|
.side-tabnav-tabs .tab a:hover {
|
2015-08-29 04:10:02 +00:00
|
|
|
background-color:#feefb8;
|
2013-12-10 04:14:12 +00:00
|
|
|
text-decoration:none;
|
|
|
|
}
|
2015-08-29 04:10:02 +00:00
|
|
|
.side-tabnav-tabs .tab [class^="sf2-icon-"] {
|
2013-12-19 05:52:42 +00:00
|
|
|
display:inline-block;
|
2015-08-29 04:10:02 +00:00
|
|
|
width:42px;
|
2013-12-10 04:14:12 +00:00
|
|
|
margin-right:5px;
|
2015-08-29 04:10:02 +00:00
|
|
|
text-align:center;
|
|
|
|
vertical-align:middle;
|
|
|
|
font-size:24px;
|
|
|
|
line-height:1;
|
|
|
|
color:#999;
|
2013-12-10 04:14:12 +00:00
|
|
|
}
|
2015-12-03 11:55:27 +00:00
|
|
|
#group-nav .toggle-icon {
|
|
|
|
color:#999;
|
|
|
|
}
|
2013-12-10 04:14:12 +00:00
|
|
|
.side-tabnav-tabs .tab-cur a,
|
|
|
|
.side-tabnav-tabs .tab-cur a:hover {
|
2014-01-23 02:49:37 +00:00
|
|
|
background-color:#feac74;
|
2013-12-10 04:14:12 +00:00
|
|
|
}
|
2015-08-29 04:10:02 +00:00
|
|
|
.side-tabnav-tabs .tab-cur [class^="sf2-icon-"],
|
2015-12-03 11:55:27 +00:00
|
|
|
.side-tabnav-tabs .tab-cur a,
|
|
|
|
#group-nav .tab-cur .sharp {
|
2013-12-10 04:14:12 +00:00
|
|
|
color:#fff;
|
|
|
|
}
|
2015-12-03 11:55:27 +00:00
|
|
|
.side-tabnav-tabs .tab-cur a {
|
2015-08-29 04:10:02 +00:00
|
|
|
font-weight:bold;
|
2015-08-27 03:46:20 +00:00
|
|
|
}
|
2013-12-17 09:49:11 +00:00
|
|
|
.side-textnav .hd {
|
2015-08-27 03:46:20 +00:00
|
|
|
margin:2em 0 .5em;
|
2013-12-17 09:49:11 +00:00
|
|
|
}
|
|
|
|
.side-textnav-tabs .tab a {
|
2015-08-27 03:46:20 +00:00
|
|
|
display:block;
|
2013-12-17 09:49:11 +00:00
|
|
|
padding:10px 0;
|
2015-08-27 03:46:20 +00:00
|
|
|
font-weight:normal;
|
2013-12-17 09:49:11 +00:00
|
|
|
color:#999;
|
|
|
|
border-bottom:1px solid #eee;
|
|
|
|
margin-bottom:3px;
|
|
|
|
}
|
|
|
|
.side-textnav-tabs .tab-cur a,
|
|
|
|
.side-textnav-tabs .tab a:hover {
|
|
|
|
color:#de3f1c;
|
2015-08-27 03:46:20 +00:00
|
|
|
text-decoration:none;
|
2013-12-17 09:49:11 +00:00
|
|
|
}
|
2013-12-20 08:16:31 +00:00
|
|
|
.side-info dt {
|
|
|
|
margin-top:15px;
|
|
|
|
}
|
2014-02-25 09:13:47 +00:00
|
|
|
.side-search-form {
|
|
|
|
margin-top:25px;
|
|
|
|
}
|
|
|
|
.side-search-form .input {
|
|
|
|
width:188px;
|
|
|
|
padding:2px 5px;
|
|
|
|
background:#fafafa;
|
|
|
|
box-shadow: inset 0 1px 2px rgba(0,0,0,0.075);
|
|
|
|
}
|
|
|
|
.side-search-form .input:focus {
|
|
|
|
background:#fff;
|
|
|
|
}
|
2013-10-25 11:21:01 +00:00
|
|
|
/**** checkbox ****/
|
2013-03-05 06:44:38 +00:00
|
|
|
.checkbox-orig {
|
2014-02-11 07:28:32 +00:00
|
|
|
width:14px;
|
|
|
|
height:14px;
|
2013-03-05 06:44:38 +00:00
|
|
|
font-size:0;
|
|
|
|
opacity:0;
|
|
|
|
filter: alpha(opacity=0);
|
|
|
|
cursor:pointer;
|
|
|
|
position:absolute;
|
|
|
|
margin:0;
|
|
|
|
}
|
|
|
|
.checkbox {
|
2014-03-05 09:53:06 +00:00
|
|
|
position:relative;
|
2013-03-05 06:44:38 +00:00
|
|
|
display:inline-block;
|
2014-02-13 07:18:45 +00:00
|
|
|
width:15px;
|
|
|
|
height:15px;
|
2014-03-05 09:53:06 +00:00
|
|
|
background-position: 0 -1135px;
|
2013-03-05 06:44:38 +00:00
|
|
|
margin-right:4px;
|
|
|
|
}
|
|
|
|
.checkbox-checked {
|
2014-03-05 09:53:06 +00:00
|
|
|
background-position: 0 -1153px;
|
2013-03-05 06:44:38 +00:00
|
|
|
}
|
|
|
|
.checkbox-label .avatar,
|
|
|
|
.checkbox,
|
|
|
|
.checkbox-option {
|
|
|
|
vertical-align:middle;
|
|
|
|
}
|
|
|
|
#simplemodal-container .checkbox-option {
|
|
|
|
font-weight:normal;
|
|
|
|
}
|
|
|
|
#simplemodal-container .checkbox-label {
|
|
|
|
margin:4px 0;
|
|
|
|
}
|
|
|
|
.checkbox-label {
|
|
|
|
display:block;
|
|
|
|
}
|
2013-10-25 11:21:01 +00:00
|
|
|
/**** messages ****/
|
|
|
|
.messages {
|
|
|
|
position:fixed;
|
|
|
|
border-radius: 2px;
|
|
|
|
-webkit-border-radius: 2px;
|
|
|
|
-moz-border-radius: 2px;
|
|
|
|
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
|
|
|
|
-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
|
|
|
|
-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
|
|
|
|
z-index:15; /* for repo.html: to show on top of fixed-hd */
|
|
|
|
}
|
2015-01-22 09:15:17 +00:00
|
|
|
.messages .info {
|
|
|
|
padding:5px;
|
|
|
|
background:#f9edbe;
|
|
|
|
margin:0;
|
|
|
|
}
|
2013-10-25 11:21:01 +00:00
|
|
|
.messages .success {
|
|
|
|
padding:5px;
|
|
|
|
background:#C4ECA9;
|
|
|
|
margin:0;
|
|
|
|
}
|
|
|
|
.messages .error {
|
|
|
|
padding:5px;
|
|
|
|
background:#FDF;
|
|
|
|
margin:0;
|
|
|
|
color:#000;
|
|
|
|
}
|
|
|
|
/**** narrow-panel ****/
|
|
|
|
.narrow-panel {
|
|
|
|
width:320px;
|
|
|
|
min-height:15em;
|
|
|
|
padding:30px;
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
border-radius:4px;
|
|
|
|
margin:5em auto 0;
|
|
|
|
}
|
|
|
|
.narrow-panel h2,
|
|
|
|
.narrow-panel h3 {
|
|
|
|
margin:0 0 0.9em;
|
|
|
|
border-bottom:1px solid #ddd;
|
|
|
|
}
|
|
|
|
.narrow-panel h2 {
|
|
|
|
font-size:1.3em;
|
|
|
|
}
|
|
|
|
.narrow-panel input {
|
2013-12-13 05:40:18 +00:00
|
|
|
width:312px;
|
|
|
|
padding:2px 3px;
|
|
|
|
border-radius:2px;
|
2013-10-25 11:21:01 +00:00
|
|
|
margin:0 0 0.6em;
|
|
|
|
}
|
|
|
|
.narrow-panel input.submit {
|
|
|
|
width:auto; /*for fr,de etc*/
|
2013-12-13 05:40:18 +00:00
|
|
|
height:28px;
|
|
|
|
padding:4px 5px;
|
2013-10-25 11:21:01 +00:00
|
|
|
margin:8px 0 0;
|
|
|
|
}
|
|
|
|
.narrow-panel .note {
|
|
|
|
color: #666666;
|
|
|
|
font-size: 11px;
|
|
|
|
margin: 2px 0 5px;
|
|
|
|
}
|
2014-02-13 07:18:45 +00:00
|
|
|
/**** new narrow panel ****/
|
|
|
|
.new-narrow-panel {
|
|
|
|
width:388px;
|
2014-02-13 08:42:41 +00:00
|
|
|
border:1px solid #d5d5d5;
|
2014-02-13 07:18:45 +00:00
|
|
|
border-radius:4px;
|
|
|
|
box-shadow:0 3px 2px #f5f5f5;
|
|
|
|
margin:5em auto;
|
|
|
|
}
|
|
|
|
.new-narrow-panel .hd {
|
|
|
|
color:#fff;
|
|
|
|
font-size:16px;
|
|
|
|
padding:5px 20px;
|
|
|
|
background:#feab79;
|
2014-02-13 08:42:41 +00:00
|
|
|
border-bottom:1px solid #d5d5d5;
|
2014-02-13 07:18:45 +00:00
|
|
|
}
|
|
|
|
.new-narrow-panel .con {
|
|
|
|
padding:30px 60px 60px;
|
|
|
|
}
|
|
|
|
.new-narrow-panel .input {
|
2014-02-20 07:14:32 +00:00
|
|
|
font-size:14px;
|
2014-02-13 07:18:45 +00:00
|
|
|
border-color:#c7c7c7;
|
|
|
|
box-shadow:inset 0 1px 1px #f1f1f1;
|
|
|
|
margin:5px 0 20px;
|
|
|
|
}
|
2013-11-07 07:56:42 +00:00
|
|
|
/**** wide panel ****/ /* e.g. repo decrypt page */
|
|
|
|
.wide-panel {
|
|
|
|
width: 928px;
|
2015-01-25 10:47:42 +00:00
|
|
|
padding: 10px 10px 15px;
|
|
|
|
border: 1px solid #DDD;
|
|
|
|
border-radius: 3px;
|
2013-11-07 07:56:42 +00:00
|
|
|
margin: 2em auto 0;
|
|
|
|
}
|
2013-10-29 04:00:09 +00:00
|
|
|
/**** text-panel ****/ /* e.g. logout */
|
|
|
|
.text-panel {
|
|
|
|
font-size:16px;
|
|
|
|
text-align:center;
|
|
|
|
padding-top:7em;
|
|
|
|
}
|
|
|
|
/**** tab-tabs ****/ /* tabs in tab, e.g. myhome libs */
|
|
|
|
.tab-tabs,
|
|
|
|
.tab-popup-tabs {
|
|
|
|
font-size:1em;
|
|
|
|
padding:0;
|
|
|
|
border:0;
|
|
|
|
min-height:150px;
|
|
|
|
}
|
|
|
|
.tab-tabs {
|
|
|
|
margin-bottom:75px;
|
|
|
|
}
|
2013-10-25 11:21:01 +00:00
|
|
|
.tab-tabs .tab-tabs-nav {
|
|
|
|
padding-top:0;
|
|
|
|
}
|
|
|
|
.tab-tabs-nav .tab {
|
|
|
|
float:left;
|
|
|
|
border:0;
|
|
|
|
background:none;
|
|
|
|
}
|
|
|
|
.tab-tabs-nav .tab.long-tab {
|
|
|
|
margin-left:.4em;
|
|
|
|
}
|
|
|
|
.tab-tabs-nav .tab .a {
|
|
|
|
color:#8A948F;
|
|
|
|
font-weight:normal;
|
|
|
|
padding:.3em 0;
|
|
|
|
margin-right:0.6em;
|
|
|
|
}
|
|
|
|
.tab-tabs-nav .ui-state-active .a {
|
|
|
|
color:#DD4B39;
|
|
|
|
border-bottom:2px solid #DD4B39;
|
|
|
|
}
|
|
|
|
.tab-tabs-nav .tab .a:hover {
|
|
|
|
color:#DD4B39;
|
|
|
|
}
|
|
|
|
.tab-tabs .ui-tabs-panel {
|
|
|
|
padding:0;
|
|
|
|
}
|
2013-10-29 04:00:09 +00:00
|
|
|
/**** tab-popup ****/ /* e.g repo-share */
|
2013-10-25 11:21:01 +00:00
|
|
|
.tab-popup {
|
2014-05-09 03:48:54 +00:00
|
|
|
min-width:400px;
|
|
|
|
width:auto; /*for 'long' lang*/
|
2013-10-25 11:21:01 +00:00
|
|
|
padding-top:10px;
|
|
|
|
}
|
|
|
|
.tab-popup .hd {
|
|
|
|
padding-left:12px;
|
|
|
|
}
|
2014-02-24 10:41:31 +00:00
|
|
|
/*
|
2013-10-25 11:21:01 +00:00
|
|
|
.tab-popup-tabs ,
|
|
|
|
.tab-popup .bot {
|
|
|
|
background:#fafafa;
|
|
|
|
}
|
2014-02-24 10:41:31 +00:00
|
|
|
*/
|
2013-10-25 11:21:01 +00:00
|
|
|
.tab-popup-tabs .tab-popup-tabs-nav {
|
|
|
|
height:30px;
|
|
|
|
padding:0 0 0 12px;
|
2014-02-24 10:41:31 +00:00
|
|
|
/*background:#fff;*/
|
2013-10-25 11:21:01 +00:00
|
|
|
border-bottom:1px solid #ddd;
|
|
|
|
border-radius:0;
|
|
|
|
}
|
|
|
|
.tab-popup-tabs-nav .tab {
|
|
|
|
display:inline-block;
|
|
|
|
}
|
|
|
|
.tab-popup-tabs-nav .tab .a {
|
2014-02-24 10:41:31 +00:00
|
|
|
color:#000;
|
|
|
|
font-size:15px;
|
2013-10-25 11:21:01 +00:00
|
|
|
line-height:16px;
|
2014-03-05 09:53:06 +00:00
|
|
|
display:inline-block;
|
|
|
|
padding:6px 13px 5px;
|
2014-02-24 10:41:31 +00:00
|
|
|
border-bottom:3px solid transparent;
|
|
|
|
margin-right:5px;
|
2013-10-25 11:21:01 +00:00
|
|
|
}
|
2014-02-24 10:41:31 +00:00
|
|
|
.tab-popup-tabs-nav .ui-state-active .a,
|
2013-10-25 11:21:01 +00:00
|
|
|
.tab-popup-tabs-nav .tab .a:hover {
|
2014-02-24 10:41:31 +00:00
|
|
|
color:#eb8205;
|
2014-03-05 09:53:06 +00:00
|
|
|
text-decoration:none;
|
2014-02-24 10:41:31 +00:00
|
|
|
border-bottom-color:#eb8205;
|
2013-10-25 11:21:01 +00:00
|
|
|
}
|
|
|
|
.tab-popup-tabs .ui-tabs-panel .option-list {
|
|
|
|
max-height:200px;
|
|
|
|
overflow:auto;
|
|
|
|
margin-bottom:5px;
|
|
|
|
position:relative;/* to fix ie7 'scroll position' problem */
|
|
|
|
}
|
|
|
|
.tab-popup .ui-state-active a {
|
|
|
|
border-radius:3px 3px 0 0;
|
|
|
|
}
|
|
|
|
.tab-popup .bot {
|
|
|
|
padding:1em 1.4em;
|
|
|
|
border-top:1px solid #ddd;
|
|
|
|
border-bottom-left-radius: 4px;
|
|
|
|
border-bottom-right-radius: 4px;
|
|
|
|
}
|
|
|
|
.tab-popup .tip {
|
|
|
|
margin:0;
|
|
|
|
}
|
2013-11-15 09:57:28 +00:00
|
|
|
/**** op confirm popup ****/
|
|
|
|
.op-confirm {
|
|
|
|
position:absolute;
|
|
|
|
padding:0 15px 6px;
|
|
|
|
background:#fff;
|
|
|
|
border:1px solid #ddd;
|
|
|
|
box-shadow: 0 2px 4px rgba(0,0,0,.2);
|
2014-01-06 07:21:30 +00:00
|
|
|
z-index:10;
|
2013-11-15 09:57:28 +00:00
|
|
|
}
|
|
|
|
.op-confirm button {
|
|
|
|
margin-right:8px;
|
|
|
|
}
|
2013-10-29 04:00:09 +00:00
|
|
|
/**** simplemodal ****/
|
|
|
|
#basic-modal-content {display:none;}
|
|
|
|
#simplemodal-overlay { background-color:#000; }
|
|
|
|
#simplemodal-container {
|
2015-01-25 10:47:42 +00:00
|
|
|
padding: 20px;
|
|
|
|
background-color:#fcfcfc;
|
2013-10-29 04:00:09 +00:00
|
|
|
border-radius:4px;
|
|
|
|
-moz-border-radius:4px;
|
|
|
|
}
|
|
|
|
#simplemodal-container a {font-weight:normal;}
|
|
|
|
.modalCloseImg {
|
|
|
|
position:absolute;
|
2014-02-24 10:41:31 +00:00
|
|
|
width:28px;
|
|
|
|
height:28px;
|
2014-03-05 09:53:06 +00:00
|
|
|
background-position:0 -1173px;
|
2013-10-29 04:00:09 +00:00
|
|
|
cursor:pointer;
|
2014-02-24 10:41:31 +00:00
|
|
|
top:-14px;
|
|
|
|
right:-14px;
|
2013-10-29 04:00:09 +00:00
|
|
|
z-index:3200;
|
|
|
|
}
|
|
|
|
#simplemodal-container h3 {
|
|
|
|
font-size:1.5em;
|
|
|
|
word-wrap:break-word;
|
|
|
|
margin:0 0 4px;
|
|
|
|
}
|
|
|
|
#simplemodal-container h3,
|
|
|
|
#simplemodal-container h4,
|
|
|
|
#simplemodal-container label {
|
|
|
|
font-weight:bold;
|
|
|
|
}
|
|
|
|
#simplemodal-container label {
|
|
|
|
margin:8px 0 4px;
|
|
|
|
}
|
|
|
|
.simplemodal-close {
|
|
|
|
margin-left:5px;
|
|
|
|
}
|
2013-12-13 08:47:28 +00:00
|
|
|
#confirm-popup {
|
2013-10-29 04:00:09 +00:00
|
|
|
min-width:255px;
|
|
|
|
}
|
|
|
|
#confirm-popup .btn {
|
|
|
|
margin-top:.8em;
|
|
|
|
}
|
|
|
|
/**** ui-autocomplete *****/
|
|
|
|
.ui-autocomplete {
|
2014-03-05 09:53:06 +00:00
|
|
|
padding:2px;
|
|
|
|
border:1px solid #ddd;
|
|
|
|
border-radius:4px;
|
2013-10-29 04:00:09 +00:00
|
|
|
background:#fff;
|
|
|
|
overflow:auto;
|
|
|
|
}
|
2015-01-25 10:47:42 +00:00
|
|
|
.ui-menu .ui-menu-item a {
|
2014-03-05 09:53:06 +00:00
|
|
|
display:block;
|
|
|
|
padding:.2em .4em;
|
|
|
|
font-size:1.1em;
|
|
|
|
line-height:1.5;
|
|
|
|
text-decoration:none;
|
|
|
|
border:1px solid transparent;
|
|
|
|
border-radius:4px;
|
|
|
|
zoom:1;
|
2013-10-29 04:00:09 +00:00
|
|
|
}
|
2014-03-05 09:53:06 +00:00
|
|
|
.ui-menu .ui-menu-item a.ui-state-hover { border-color:#fbcb09; background: #fdf5ce; color: #c77405; }
|
2013-10-29 04:00:09 +00:00
|
|
|
/**** article ****/
|
|
|
|
.article {
|
|
|
|
padding:40px 200px 40px 60px;
|
|
|
|
font-size:14px;
|
|
|
|
line-height:1.6;
|
|
|
|
color:#333;
|
|
|
|
}
|
|
|
|
.article h2,
|
|
|
|
.article h3,
|
|
|
|
.article h4,
|
|
|
|
.article h5,
|
|
|
|
.article h6 {
|
|
|
|
margin: 1.2em 0 0.4em;
|
|
|
|
color:#333;
|
|
|
|
font-weight:bold;
|
|
|
|
}
|
|
|
|
.article h1 + p, .article h2 + p, .article h3 + p, .article h4 + p, .article h5 + p, .article h6 + p,
|
|
|
|
.article h1 + pre, .article h2 + pre, .article h3 + pre, .article h4 + pre, .article h5 + pre, .article h6 + pre,
|
|
|
|
.article h1 + ul, .article h2 + ul, .article h3 + ul, .article h4 + ul, .article h5 + ul, .article h6 + ul,
|
|
|
|
.article h1 + ol, .article h2 + ol, .article h3 + ol, .article h4 + ol, .article h5 + ol, .article h6 + ol {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
.article p {
|
|
|
|
margin:0.8em 0;
|
|
|
|
}
|
|
|
|
#md-edit-help ul,
|
|
|
|
.article ul {
|
|
|
|
list-style-type:disc;
|
|
|
|
padding-left:2em;
|
|
|
|
}
|
|
|
|
.article ul,
|
|
|
|
.article ol {
|
|
|
|
margin:0.5em 0;
|
|
|
|
}
|
|
|
|
.article code {
|
|
|
|
font-size:12px;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
padding: 1px 5px 0;
|
|
|
|
background-color: #F8F8F8;
|
|
|
|
border: 1px solid #dadada;
|
|
|
|
border-radius: 2px;
|
|
|
|
-moz-border-radius: 2px;
|
|
|
|
-webkit-border-radius: 2px;
|
|
|
|
margin: 0 2px;
|
|
|
|
}
|
|
|
|
.article pre {
|
|
|
|
font-size:13px;
|
|
|
|
padding:5px 10px;
|
|
|
|
background:#f8f8f8;
|
|
|
|
border:1px solid #ddd;
|
|
|
|
border-radius:3px;
|
|
|
|
-moz-border-radius:3px;
|
|
|
|
-webkit-border-radius:3px;
|
|
|
|
margin:1em 0;
|
|
|
|
}
|
|
|
|
.article pre code {
|
|
|
|
white-space:pre-wrap;
|
|
|
|
padding:0;
|
|
|
|
margin:0;
|
|
|
|
border:none;
|
|
|
|
}
|
|
|
|
.article a {
|
|
|
|
font-weight:normal;
|
|
|
|
}
|
|
|
|
.article blockquote {
|
|
|
|
color: #777;
|
2015-01-25 10:47:42 +00:00
|
|
|
padding: 0 15px;
|
|
|
|
border-left: 4px solid #DDD;
|
2013-10-29 04:00:09 +00:00
|
|
|
margin: 1.2em 0;
|
|
|
|
}
|
|
|
|
.article table {
|
|
|
|
table-layout:auto;
|
|
|
|
width:auto;
|
|
|
|
margin:0.8em 0;
|
|
|
|
}
|
|
|
|
.article tr:nth-child(2n) {
|
|
|
|
background-color: #F8F8F8;
|
|
|
|
}
|
|
|
|
.article th,
|
|
|
|
.article td {
|
|
|
|
padding:6px 13px;
|
|
|
|
border:1px solid #ccc;
|
|
|
|
}
|
2014-01-21 10:48:44 +00:00
|
|
|
/**** obvious btn ****/ /* e.g. download btn in shared file/dir */
|
2015-09-23 08:48:41 +00:00
|
|
|
.obv-btn {
|
2014-04-12 05:37:01 +00:00
|
|
|
display:inline-block;
|
2014-01-21 10:48:44 +00:00
|
|
|
color:#fff;
|
|
|
|
padding:4px 10px;
|
2015-09-23 08:48:41 +00:00
|
|
|
background: #60b044;
|
2014-01-21 10:48:44 +00:00
|
|
|
border:1px solid #5ca941;
|
|
|
|
border-radius:3px;
|
|
|
|
}
|
|
|
|
.obv-btn:hover {
|
|
|
|
color:#fff;
|
2015-01-25 10:47:42 +00:00
|
|
|
text-decoration:none;
|
2014-01-21 10:48:44 +00:00
|
|
|
}
|
2015-12-11 12:41:16 +00:00
|
|
|
/**** popover ****/ /* e.g. top notice popup, group members popup */
|
|
|
|
.popover {
|
|
|
|
width:240px;
|
|
|
|
background:#fff;
|
|
|
|
border:1px solid #c9c9c9;
|
|
|
|
border-radius:3px;
|
|
|
|
box-shadow:0 0 1px #f3f3f3;
|
|
|
|
}
|
|
|
|
.popover-hd {
|
|
|
|
padding:5px 0 3px;
|
|
|
|
border-bottom:1px solid #dfdfe1;
|
|
|
|
margin:0 10px;
|
|
|
|
}
|
|
|
|
.popover-title {
|
|
|
|
text-align:center;
|
|
|
|
margin:0;
|
|
|
|
}
|
|
|
|
.popover-close {
|
|
|
|
font-size:16px;
|
|
|
|
color:#b9b9b9;
|
|
|
|
margin:4px 0 0;
|
|
|
|
}
|
|
|
|
.popover-con {
|
|
|
|
padding:0 10px;
|
|
|
|
overflow:auto;
|
|
|
|
}
|
|
|
|
/**** user-item ****/ /* e.g. group member in 'group members' panel */
|
|
|
|
.user-item {
|
|
|
|
margin:5px 0;
|
|
|
|
}
|
|
|
|
.user-item .avatar {
|
|
|
|
border-radius:1000px;
|
|
|
|
}
|
|
|
|
.user-item .txt {
|
|
|
|
margin-left:40px;
|
|
|
|
}
|
|
|
|
.user-item .txt-item {
|
|
|
|
margin:0;
|
|
|
|
}
|
2015-12-27 14:09:52 +00:00
|
|
|
/**** dropdown menu ******/
|
|
|
|
.dropdown-menu {
|
|
|
|
position:absolute;
|
|
|
|
background:#fff;
|
|
|
|
padding:6px 1px;
|
|
|
|
border:1px solid #eee;
|
|
|
|
border-radius:5px;
|
|
|
|
z-index:10;
|
|
|
|
}
|
|
|
|
.dropdown-menu li a,
|
|
|
|
.dropdown-menu a {
|
|
|
|
display:block;
|
|
|
|
padding:4px 12px;
|
2016-01-28 06:33:17 +00:00
|
|
|
min-width:110px;
|
|
|
|
white-space:nowrap;
|
2016-02-24 04:11:28 +00:00
|
|
|
color:#444;
|
2015-12-27 14:09:52 +00:00
|
|
|
}
|
|
|
|
.dropdown-menu a:hover {
|
2016-02-24 04:11:28 +00:00
|
|
|
background:#feaa7c;
|
|
|
|
text-decoration:none;
|
|
|
|
color:#fff;
|
2015-12-27 14:09:52 +00:00
|
|
|
}
|
2013-10-25 11:21:01 +00:00
|
|
|
/********** container ***********/
|
2014-02-21 08:47:34 +00:00
|
|
|
#main, #footer {
|
2013-07-19 12:05:18 +00:00
|
|
|
width:950px;
|
|
|
|
}
|
2014-02-21 08:47:34 +00:00
|
|
|
#main {
|
2013-07-19 12:05:18 +00:00
|
|
|
margin:0 auto;
|
|
|
|
}
|
2012-05-12 07:52:07 +00:00
|
|
|
#header {
|
2014-10-18 08:28:43 +00:00
|
|
|
padding-top:16px;
|
2014-01-17 05:34:55 +00:00
|
|
|
background:#f4f4f7 url('../img/nav.png') center top repeat-x;
|
2012-11-03 10:05:50 +00:00
|
|
|
width:100%;
|
2012-05-12 07:52:07 +00:00
|
|
|
font-size: 14px;
|
2014-02-07 09:36:34 +00:00
|
|
|
margin-bottom:40px;
|
2012-05-12 07:52:07 +00:00
|
|
|
}
|
2012-11-03 10:05:50 +00:00
|
|
|
#header-inner {
|
2014-10-18 08:28:43 +00:00
|
|
|
height:48px;
|
2012-11-03 10:05:50 +00:00
|
|
|
width:950px;
|
|
|
|
margin:0 auto;
|
|
|
|
}
|
2012-05-12 12:42:27 +00:00
|
|
|
#main {
|
2012-05-16 13:33:35 +00:00
|
|
|
min-height: 400px;
|
2012-06-06 03:52:37 +00:00
|
|
|
_height: 400px;
|
2012-09-25 12:47:59 +00:00
|
|
|
}
|
|
|
|
#title-panel h2 {
|
2012-09-26 07:15:08 +00:00
|
|
|
margin-bottom:0.45em;
|
2012-05-12 12:42:27 +00:00
|
|
|
}
|
2012-09-24 09:01:15 +00:00
|
|
|
#left-panel {
|
2013-12-10 04:14:12 +00:00
|
|
|
float:left;
|
|
|
|
width:200px;
|
2012-09-25 12:47:59 +00:00
|
|
|
}
|
|
|
|
#right-panel {
|
2013-12-10 04:14:12 +00:00
|
|
|
float:right;
|
2014-02-08 08:09:21 +00:00
|
|
|
width:710px;
|
2012-09-24 09:01:15 +00:00
|
|
|
}
|
|
|
|
#right-panel h3:first-child,
|
|
|
|
#left-panel h3:first-child {
|
|
|
|
margin-top: 0px;
|
|
|
|
}
|
2014-02-21 08:47:34 +00:00
|
|
|
#right-panel .hd,
|
|
|
|
.tabnav,
|
2014-02-26 03:55:54 +00:00
|
|
|
.repo-file-list-topbar,
|
2015-08-17 06:35:13 +00:00
|
|
|
.commit-list-topbar,
|
2015-11-27 02:55:56 +00:00
|
|
|
.file-audit-list-topbar,
|
2015-02-02 06:09:13 +00:00
|
|
|
#dir-view .repo-op,
|
2014-02-26 03:55:54 +00:00
|
|
|
.wiki-top {
|
2014-02-24 10:41:31 +00:00
|
|
|
padding:9px 10px;
|
2014-02-07 09:36:34 +00:00
|
|
|
background:#f2f2f2;
|
|
|
|
margin-bottom:.5em;
|
|
|
|
border-radius:2px;
|
2013-12-10 04:14:12 +00:00
|
|
|
}
|
2015-03-13 02:48:59 +00:00
|
|
|
#dir-view .repo-op {
|
|
|
|
height:30px;
|
2015-05-05 09:29:31 +00:00
|
|
|
position: relative; /* for '#upload-menu' */
|
2015-03-13 02:48:59 +00:00
|
|
|
}
|
2014-02-24 10:41:31 +00:00
|
|
|
#right-panel .hd,
|
2014-02-26 03:55:54 +00:00
|
|
|
.tabnav,
|
|
|
|
.wiki-top {
|
2014-02-24 10:41:31 +00:00
|
|
|
padding-bottom:0;
|
|
|
|
height:39px;
|
|
|
|
}
|
2015-05-28 05:57:00 +00:00
|
|
|
#organization-repos .hd {
|
|
|
|
position:relative;
|
|
|
|
}
|
2015-11-24 08:55:38 +00:00
|
|
|
#group-top .op-icon {
|
|
|
|
display:inline-block;
|
|
|
|
font-size:22px;
|
2015-12-08 07:59:48 +00:00
|
|
|
margin:4px 15px 0 0;
|
2015-11-24 08:55:38 +00:00
|
|
|
}
|
2015-08-17 06:35:13 +00:00
|
|
|
.commit-list-topbar,
|
2015-11-27 02:55:56 +00:00
|
|
|
.file-audit-list-topbar,
|
2014-02-21 08:47:34 +00:00
|
|
|
.repo-file-list-topbar {
|
|
|
|
margin-bottom:0;
|
|
|
|
}
|
2015-02-02 06:09:13 +00:00
|
|
|
#dir-view .repo-file-list-topbar {
|
|
|
|
background:none;
|
|
|
|
padding:0;
|
|
|
|
}
|
2014-02-07 09:36:34 +00:00
|
|
|
#right-panel .hd h3,
|
|
|
|
#right-panel h3.hd {
|
2014-02-24 10:41:31 +00:00
|
|
|
line-height:30px;
|
2013-12-10 04:14:12 +00:00
|
|
|
margin-bottom:0;
|
|
|
|
}
|
|
|
|
#right-panel .hd .tab {
|
|
|
|
padding-bottom:0;
|
|
|
|
margin-bottom:0;
|
2014-02-24 10:41:31 +00:00
|
|
|
top:0;
|
2013-12-10 04:14:12 +00:00
|
|
|
}
|
2014-02-20 07:14:32 +00:00
|
|
|
#right-panel .hd .a,
|
2014-02-26 03:55:54 +00:00
|
|
|
.tabnav-tab a,
|
|
|
|
.wiki-nav .link {
|
2014-02-20 07:14:32 +00:00
|
|
|
display:inline-block;
|
2014-02-08 08:23:20 +00:00
|
|
|
font-size:15px;
|
2014-02-07 09:36:34 +00:00
|
|
|
color:#333;
|
|
|
|
line-height:1.5;
|
2014-02-20 07:14:32 +00:00
|
|
|
font-weight:normal;
|
2014-02-24 10:41:31 +00:00
|
|
|
padding: 4px 10px 9px;
|
|
|
|
border-bottom: 3px solid transparent;
|
|
|
|
margin-left:5px;
|
2014-02-07 09:36:34 +00:00
|
|
|
}
|
2014-02-20 07:14:32 +00:00
|
|
|
.tabnav-tab-cur a,
|
|
|
|
.tabnav-tab a:hover,
|
2014-02-26 03:55:54 +00:00
|
|
|
.wiki-nav .cur-item .link,
|
|
|
|
.wiki-nav .link:hover,
|
2014-02-07 09:36:34 +00:00
|
|
|
#right-panel .hd .ui-state-active .a,
|
|
|
|
#right-panel .hd .a:hover {
|
|
|
|
color:#eb8205;
|
2014-02-24 10:41:31 +00:00
|
|
|
text-decoration:none;
|
|
|
|
border-bottom-color: #eb8205;
|
2013-12-10 04:14:12 +00:00
|
|
|
}
|
2014-02-20 07:14:32 +00:00
|
|
|
#right-panel .hd button,
|
2014-02-21 08:47:34 +00:00
|
|
|
.tabnav button,
|
2014-11-14 03:23:58 +00:00
|
|
|
.repo-file-list-topbar .op-btn,
|
2014-02-26 03:55:54 +00:00
|
|
|
.wiki-top .op-btn {
|
2014-02-07 09:36:34 +00:00
|
|
|
height:29px;
|
|
|
|
background:#fff;
|
2014-02-25 09:13:47 +00:00
|
|
|
line-height:17px;
|
2013-12-10 04:14:12 +00:00
|
|
|
}
|
2015-05-28 05:57:00 +00:00
|
|
|
#add-pub-lib {
|
|
|
|
outline:none;
|
|
|
|
}
|
2012-06-04 13:27:32 +00:00
|
|
|
/* info-bar */
|
2012-08-18 09:00:44 +00:00
|
|
|
#info-bar {
|
2014-04-17 03:29:21 +00:00
|
|
|
color: #1f0600;
|
|
|
|
padding:1px 25px 1px 10px;
|
|
|
|
background: #fddaa4;
|
2012-08-18 09:00:44 +00:00
|
|
|
position:relative;
|
|
|
|
}
|
|
|
|
#info-bar .close {
|
|
|
|
position:absolute;
|
|
|
|
right:5px;
|
|
|
|
top:5px;
|
2015-09-17 03:39:49 +00:00
|
|
|
color:#d6ba8f;
|
|
|
|
font-size:16px;
|
|
|
|
margin:0;
|
2012-08-18 09:00:44 +00:00
|
|
|
}
|
2012-10-10 03:54:49 +00:00
|
|
|
#info-bar-info {
|
2013-12-20 06:18:27 +00:00
|
|
|
margin:3px 0;
|
2012-10-10 03:54:49 +00:00
|
|
|
}
|
2014-02-11 02:31:06 +00:00
|
|
|
#info-bar-info a {
|
2014-04-17 03:29:21 +00:00
|
|
|
color:#a68558;
|
2014-02-11 02:31:06 +00:00
|
|
|
text-decoration:underline;
|
|
|
|
}
|
2011-10-12 16:17:48 +00:00
|
|
|
/* top-bar */
|
2014-01-17 05:34:55 +00:00
|
|
|
#msg-count {
|
2015-01-25 10:47:42 +00:00
|
|
|
position:relative;
|
2015-08-29 04:10:02 +00:00
|
|
|
margin:10px 32px 0 25px;
|
|
|
|
}
|
|
|
|
#msg-count .sf2-icon-bell {
|
|
|
|
font-size:24px;
|
|
|
|
line-height:1;
|
|
|
|
color:#999;
|
2012-09-11 05:50:17 +00:00
|
|
|
}
|
2014-01-17 05:34:55 +00:00
|
|
|
#msg-count .num {
|
|
|
|
position:absolute;
|
|
|
|
color:#fff;
|
|
|
|
font-size:12px;
|
|
|
|
line-height:1;
|
|
|
|
padding:1px 2px;
|
|
|
|
background:#feac74;
|
|
|
|
border:1px solid #cb8a5d;
|
|
|
|
top:0;
|
|
|
|
left:15px;
|
2012-08-21 08:01:18 +00:00
|
|
|
}
|
2014-05-28 03:43:18 +00:00
|
|
|
#notice-popup {
|
|
|
|
position:absolute;
|
|
|
|
top:38px;
|
|
|
|
right:-80px;
|
|
|
|
width:240px;
|
|
|
|
background:#fff;
|
|
|
|
border:1px solid #c9c9c9;
|
|
|
|
border-radius:3px;
|
|
|
|
box-shadow:0 0 1px #f3f3f3;
|
|
|
|
z-index:20;
|
|
|
|
}
|
|
|
|
#notice-popup .hd {
|
|
|
|
text-align:center;
|
|
|
|
padding:5px 0 3px;
|
|
|
|
border-bottom:1px solid #dfdfe1;
|
|
|
|
margin:0 10px;
|
|
|
|
}
|
|
|
|
#notice-popup .con {
|
|
|
|
padding:0 10px;
|
|
|
|
overflow:auto;
|
|
|
|
}
|
|
|
|
#notice-popup a {
|
|
|
|
font-weight:normal;
|
|
|
|
}
|
2014-07-17 05:56:36 +00:00
|
|
|
#notice-popup .close,
|
|
|
|
#discuss-to-group .close {
|
2014-05-28 03:43:18 +00:00
|
|
|
position:absolute;
|
|
|
|
top:.5em;
|
|
|
|
right:10px;
|
2014-07-17 05:56:36 +00:00
|
|
|
cursor:pointer;
|
2014-05-28 03:43:18 +00:00
|
|
|
}
|
2015-09-17 03:39:49 +00:00
|
|
|
#notice-popup .close {
|
|
|
|
font-size:16px;
|
|
|
|
color:#b9b9b9;
|
|
|
|
margin:0;
|
|
|
|
}
|
2014-05-28 03:43:18 +00:00
|
|
|
#notice-popup li {
|
|
|
|
padding:9px 0 3px;
|
|
|
|
border-bottom:1px solid #dfdfe1;
|
|
|
|
}
|
|
|
|
#notice-popup .unread {
|
|
|
|
background:#f5f5f7;
|
|
|
|
border-left:2px solid #feac74;
|
|
|
|
margin:0 -10px;
|
|
|
|
padding-left:8px;
|
|
|
|
padding-right:10px;
|
|
|
|
}
|
|
|
|
#notice-popup .avatar {
|
|
|
|
border-radius:1000px;
|
|
|
|
float:left;
|
|
|
|
}
|
|
|
|
#notice-popup .brief {
|
|
|
|
margin-left:40px;
|
|
|
|
margin-top:0;
|
|
|
|
}
|
|
|
|
#notice-popup .time {
|
|
|
|
color:#999;
|
|
|
|
text-align:right;
|
|
|
|
margin:0;
|
|
|
|
}
|
|
|
|
#notice-popup .all {
|
|
|
|
color:#a4a4a4;
|
|
|
|
}
|
2014-01-17 05:34:55 +00:00
|
|
|
#account {
|
2013-12-10 04:14:12 +00:00
|
|
|
position:relative;
|
2013-06-26 08:26:04 +00:00
|
|
|
}
|
2014-01-17 05:34:55 +00:00
|
|
|
#account .avatar {
|
2013-06-26 08:26:04 +00:00
|
|
|
vertical-align:middle;
|
2014-01-17 05:34:55 +00:00
|
|
|
border-radius:1000px;
|
2013-12-11 08:18:23 +00:00
|
|
|
}
|
2013-12-20 10:06:34 +00:00
|
|
|
#my-info {
|
2014-01-17 05:34:55 +00:00
|
|
|
cursor: pointer;
|
|
|
|
color: #d6d6d6;
|
2013-06-01 06:15:47 +00:00
|
|
|
}
|
2014-01-17 05:34:55 +00:00
|
|
|
#user-info-popup .avatar {
|
|
|
|
float:left;
|
2013-06-01 06:15:47 +00:00
|
|
|
}
|
2014-01-17 05:34:55 +00:00
|
|
|
#user-info-popup .txt {
|
|
|
|
margin-left:45px;
|
2013-06-05 03:44:27 +00:00
|
|
|
}
|
2014-01-17 05:34:55 +00:00
|
|
|
#account .manage {
|
|
|
|
position:absolute;
|
|
|
|
left:60px;
|
|
|
|
top:-16px;
|
2012-05-26 08:34:11 +00:00
|
|
|
}
|
2014-01-17 05:34:55 +00:00
|
|
|
#account .manage .a:hover {
|
2012-07-26 12:57:51 +00:00
|
|
|
text-decoration:none;
|
|
|
|
}
|
2012-11-02 03:39:34 +00:00
|
|
|
#lang-context-selector {
|
2012-07-26 12:57:51 +00:00
|
|
|
position:absolute;
|
2014-01-17 05:34:55 +00:00
|
|
|
top:60px;
|
2012-07-26 12:57:51 +00:00
|
|
|
border:1px solid #bbb;
|
|
|
|
background:#fff;
|
|
|
|
padding:5px 0;
|
2013-10-29 04:00:09 +00:00
|
|
|
box-shadow: 0 2px 4px rgba(0,0,0,.2);
|
2015-06-27 12:24:23 +00:00
|
|
|
white-space:nowrap;
|
2015-11-10 09:33:09 +00:00
|
|
|
z-index:10; /* for shared dir grid view */
|
2012-07-26 12:57:51 +00:00
|
|
|
}
|
2012-11-02 03:39:34 +00:00
|
|
|
#lang-context-selector a,
|
2012-10-22 05:19:12 +00:00
|
|
|
#to-group a {
|
2012-07-26 12:57:51 +00:00
|
|
|
color:#000;
|
|
|
|
display:block;
|
2013-06-01 06:15:47 +00:00
|
|
|
padding:1px 5px;
|
|
|
|
font-weight:normal;
|
2012-07-26 12:57:51 +00:00
|
|
|
}
|
2012-11-02 03:39:34 +00:00
|
|
|
#lang-context-selector a:hover,
|
2012-10-22 05:19:12 +00:00
|
|
|
#to-group a:hover {
|
2012-07-26 12:57:51 +00:00
|
|
|
background:#eee;
|
2013-06-01 06:15:47 +00:00
|
|
|
text-decoration:none;
|
2012-07-26 12:57:51 +00:00
|
|
|
}
|
2013-12-10 04:14:12 +00:00
|
|
|
#send-msg-popup,
|
2014-01-25 07:18:00 +00:00
|
|
|
.top-info-popup {
|
2013-06-06 12:09:29 +00:00
|
|
|
background:#fff;
|
|
|
|
border:1px solid #ddd;
|
|
|
|
box-shadow:0 0 5px #ccc;
|
|
|
|
position:absolute;
|
|
|
|
right:0;
|
|
|
|
z-index:100;/* for pages with jquery tabs*/
|
|
|
|
}
|
2013-12-10 04:14:12 +00:00
|
|
|
#send-msg-popup {
|
|
|
|
width:430px;
|
|
|
|
padding:18px;
|
2014-02-27 07:26:08 +00:00
|
|
|
top:38px;
|
|
|
|
right:10px;
|
2013-12-10 04:14:12 +00:00
|
|
|
}
|
2014-01-25 07:18:00 +00:00
|
|
|
.top-info-popup {
|
2013-12-10 04:14:12 +00:00
|
|
|
width:200px;
|
|
|
|
text-align:left;
|
2014-01-17 05:34:55 +00:00
|
|
|
top:48px;
|
|
|
|
font-size:13px;
|
2014-10-21 06:51:44 +00:00
|
|
|
border-radius:4px;
|
2013-12-10 04:14:12 +00:00
|
|
|
}
|
2014-02-07 10:41:20 +00:00
|
|
|
#user-info-popup {
|
|
|
|
width:220px;
|
|
|
|
}
|
2014-10-21 06:51:44 +00:00
|
|
|
#notice-popup .outer-caret {
|
2014-10-22 07:13:00 +00:00
|
|
|
left:143px;
|
2014-10-21 06:51:44 +00:00
|
|
|
}
|
|
|
|
#user-info-popup .outer-caret {
|
|
|
|
top:-10px;
|
2014-10-22 07:13:00 +00:00
|
|
|
left:181px;
|
2014-10-21 06:51:44 +00:00
|
|
|
}
|
2014-01-25 07:18:00 +00:00
|
|
|
.top-info-popup .item {
|
2013-12-20 10:06:34 +00:00
|
|
|
display:block;
|
2013-12-10 04:14:12 +00:00
|
|
|
padding:8px 18px;
|
|
|
|
border-top:1px solid #ddd;
|
|
|
|
}
|
2014-01-25 07:18:00 +00:00
|
|
|
.top-info-popup a.item {
|
2014-01-17 05:34:55 +00:00
|
|
|
color:#333;
|
|
|
|
font-weight:normal;
|
|
|
|
}
|
2014-01-25 07:18:00 +00:00
|
|
|
.top-info-popup a.item:hover {
|
2013-12-20 10:06:34 +00:00
|
|
|
background:#fafafa;
|
|
|
|
text-decoration:none;
|
|
|
|
}
|
2013-06-06 12:09:29 +00:00
|
|
|
#msg-file-share {
|
|
|
|
margin-top:8px;
|
|
|
|
position:relative;
|
|
|
|
}
|
|
|
|
#msg-file-share-btn {
|
|
|
|
color:#999;
|
|
|
|
background:#fff;
|
|
|
|
border-radius:0;
|
|
|
|
}
|
|
|
|
#msg-file-share .icon-remove {
|
|
|
|
position:absolute;
|
|
|
|
right:20px;
|
|
|
|
top:0;
|
|
|
|
cursor:pointer;
|
|
|
|
font-size:1.2em;
|
|
|
|
color:#888;
|
|
|
|
}
|
|
|
|
#msg-file-tree {
|
|
|
|
padding:4px 0;
|
|
|
|
border:1px solid #ddd;
|
|
|
|
}
|
2013-06-07 06:27:24 +00:00
|
|
|
.select2-container .avatar,
|
|
|
|
.select2-results .select2-result-label .avatar {
|
|
|
|
vertical-align:middle;
|
|
|
|
margin-right:3px;
|
|
|
|
}
|
2012-05-12 12:42:27 +00:00
|
|
|
/* header */
|
2013-03-01 03:27:58 +00:00
|
|
|
#notice-con {
|
|
|
|
color:red;
|
|
|
|
padding:3px 5px;
|
|
|
|
background:#ffc;
|
|
|
|
border-radius:1px;
|
2013-10-29 04:00:09 +00:00
|
|
|
box-shadow:0 0 6px gray;
|
2013-03-01 03:27:58 +00:00
|
|
|
}
|
2012-07-12 08:05:43 +00:00
|
|
|
#logo {
|
|
|
|
margin-right:30px;
|
|
|
|
}
|
2012-08-21 08:01:18 +00:00
|
|
|
|
2011-03-19 05:15:02 +00:00
|
|
|
/* footer */
|
2015-01-25 10:47:42 +00:00
|
|
|
#footer {
|
2012-07-04 09:06:25 +00:00
|
|
|
color:#636363;
|
|
|
|
font-size:12px;
|
|
|
|
padding:20px 0 10px;
|
2012-07-04 11:17:04 +00:00
|
|
|
margin:80px auto 25px;
|
2012-07-04 09:06:25 +00:00
|
|
|
border-top:1px solid #DDD;
|
|
|
|
}
|
|
|
|
#footer .items {
|
|
|
|
width:65%;
|
|
|
|
}
|
|
|
|
#footer .other-info {
|
|
|
|
width:30%;
|
|
|
|
}
|
|
|
|
#footer .item {
|
|
|
|
float:left;
|
2013-12-12 05:41:33 +00:00
|
|
|
width:32%;
|
2012-07-04 09:06:25 +00:00
|
|
|
padding:0 3% 0 2%;
|
|
|
|
}
|
|
|
|
#footer a {
|
2012-07-20 04:58:12 +00:00
|
|
|
color:#888;
|
2012-07-04 09:06:25 +00:00
|
|
|
font-weight:normal;
|
|
|
|
}
|
2012-08-03 03:32:11 +00:00
|
|
|
|
2013-11-11 03:51:10 +00:00
|
|
|
/*** for separate pages ***/
|
|
|
|
/* login */
|
2015-06-27 12:24:23 +00:00
|
|
|
#lang {
|
|
|
|
font-weight:normal;
|
|
|
|
font-size:13px;
|
|
|
|
margin-top:12px;
|
|
|
|
}
|
|
|
|
#lang-context:hover {
|
|
|
|
text-decoration:none;
|
|
|
|
}
|
2013-11-11 03:51:10 +00:00
|
|
|
.captcha {
|
|
|
|
float:right;
|
|
|
|
}
|
|
|
|
#id_captcha_1 {
|
|
|
|
width:auto;
|
|
|
|
margin:3px 0 0;
|
|
|
|
}
|
2012-05-12 12:42:27 +00:00
|
|
|
/*myhome*/
|
2012-12-26 06:59:37 +00:00
|
|
|
.home-profile .pic {
|
|
|
|
margin-left:9px;
|
|
|
|
}
|
|
|
|
.home-profile .txt {
|
|
|
|
width:135px;
|
|
|
|
}
|
2013-10-29 04:00:09 +00:00
|
|
|
.home-profile .a {
|
2012-12-26 06:59:37 +00:00
|
|
|
font-weight:normal;
|
|
|
|
color:#999;
|
|
|
|
font-size:12px;
|
|
|
|
display:inline-block;
|
|
|
|
margin-top:5px;
|
|
|
|
}
|
2013-10-29 04:00:09 +00:00
|
|
|
.home-profile .a:hover {
|
2012-12-26 06:59:37 +00:00
|
|
|
color:#333;
|
2012-06-20 06:18:23 +00:00
|
|
|
}
|
2013-01-29 07:30:18 +00:00
|
|
|
#quota-bar {
|
|
|
|
display:block;
|
|
|
|
height:1em;
|
|
|
|
border:1px solid #ddd;
|
|
|
|
margin:5px 0;
|
|
|
|
border-radius:2px;
|
|
|
|
overflow:hidden;/* for usage > 100% */
|
|
|
|
}
|
2013-10-29 04:00:09 +00:00
|
|
|
#quota-bar .usage {
|
2013-01-29 07:30:18 +00:00
|
|
|
display:inline-block;
|
|
|
|
height:100%;
|
|
|
|
vertical-align:top;
|
|
|
|
}
|
|
|
|
#my-usage,
|
|
|
|
#quota-usage {
|
|
|
|
background:#ddd;
|
|
|
|
}
|
|
|
|
#share-usage {
|
|
|
|
background:#eee;
|
|
|
|
}
|
|
|
|
#usage-details {
|
|
|
|
font-size:12px;
|
|
|
|
color:#888;
|
|
|
|
}
|
2013-03-28 04:02:52 +00:00
|
|
|
#traffic-stat {
|
2013-03-27 14:02:32 +00:00
|
|
|
color: #333;
|
|
|
|
font-weight: normal;
|
2012-06-27 11:56:11 +00:00
|
|
|
}
|
2012-07-19 06:05:33 +00:00
|
|
|
#repo-create-form {
|
|
|
|
padding:0 20px;
|
|
|
|
}
|
2013-10-29 04:00:09 +00:00
|
|
|
#repo-create-form .perm {
|
2013-12-13 08:47:28 +00:00
|
|
|
width:268px;
|
2015-04-02 10:51:48 +00:00
|
|
|
margin-bottom:5px;
|
|
|
|
}
|
|
|
|
#repo-create-form .checkbox-label { /* for "Encrypt" */
|
|
|
|
margin:10px 0 0;
|
2012-09-26 02:49:00 +00:00
|
|
|
}
|
2015-07-28 11:54:57 +00:00
|
|
|
.activity-group-hd,
|
2013-05-14 04:08:11 +00:00
|
|
|
.event-group-hd {
|
2014-05-04 09:58:15 +00:00
|
|
|
padding: 8px;
|
2013-05-14 04:08:11 +00:00
|
|
|
color: #444;
|
2014-05-04 09:58:15 +00:00
|
|
|
font-size:16px;
|
|
|
|
border-bottom: 1px solid #e5e5e5;
|
2013-12-10 04:14:12 +00:00
|
|
|
margin:0;
|
2013-05-14 04:08:11 +00:00
|
|
|
}
|
2015-07-28 11:54:57 +00:00
|
|
|
.activity-group-bd,
|
2013-05-14 04:08:11 +00:00
|
|
|
.event-group-bd {
|
|
|
|
list-style-type: none;
|
2014-05-04 09:58:15 +00:00
|
|
|
font-size:15px;
|
|
|
|
line-height:21px;
|
2013-05-14 04:08:11 +00:00
|
|
|
padding:0;
|
|
|
|
margin: 0 0 15px 0;
|
|
|
|
}
|
2012-09-28 13:51:04 +00:00
|
|
|
.event-item {
|
2014-05-04 09:58:15 +00:00
|
|
|
padding:7px 8px;
|
|
|
|
border-bottom: 1px solid #e5e5e5;
|
2012-09-29 09:17:00 +00:00
|
|
|
}
|
|
|
|
.event-item .txt {
|
2013-05-14 04:08:11 +00:00
|
|
|
margin-left:45px;
|
|
|
|
}
|
|
|
|
.event-item .cmt-desc {
|
|
|
|
display:block;
|
2012-09-28 13:51:04 +00:00
|
|
|
}
|
2013-05-14 04:08:11 +00:00
|
|
|
.event-item p {
|
|
|
|
margin:0;
|
|
|
|
}
|
|
|
|
.event-item .time {
|
2012-09-28 13:51:04 +00:00
|
|
|
color:#888;
|
|
|
|
}
|
|
|
|
.event-item .avatar {
|
2013-05-14 04:08:11 +00:00
|
|
|
float:left;
|
2014-05-04 09:58:15 +00:00
|
|
|
border-radius:1000px;
|
|
|
|
margin-top:3px;
|
2012-09-28 13:51:04 +00:00
|
|
|
}
|
2012-12-19 11:06:38 +00:00
|
|
|
#events-loading,
|
2014-03-18 06:31:25 +00:00
|
|
|
#notices-loading,
|
2016-01-12 02:19:34 +00:00
|
|
|
#trash-more-loading,
|
2015-07-28 11:54:57 +00:00
|
|
|
#activities-more,
|
2014-03-18 06:31:25 +00:00
|
|
|
#events-more,
|
2016-01-12 02:19:34 +00:00
|
|
|
#trash-more-btn,
|
2014-03-18 06:31:25 +00:00
|
|
|
#notices-more-btn {
|
2012-12-19 11:06:38 +00:00
|
|
|
text-align:center;
|
2013-12-10 04:14:12 +00:00
|
|
|
width:100%;
|
2012-12-19 11:06:38 +00:00
|
|
|
}
|
2015-07-28 11:54:57 +00:00
|
|
|
#activities-more,
|
2014-03-18 06:31:25 +00:00
|
|
|
#events-more,
|
2016-01-12 02:19:34 +00:00
|
|
|
#trash-more-btn,
|
2014-03-18 06:31:25 +00:00
|
|
|
#notices-more-btn {
|
2012-12-19 11:06:38 +00:00
|
|
|
color:#777;
|
|
|
|
padding:.5em 0;
|
2013-12-10 04:14:12 +00:00
|
|
|
border:0;
|
2014-03-18 06:31:25 +00:00
|
|
|
background: #efefef;
|
2012-12-19 11:06:38 +00:00
|
|
|
}
|
2015-07-28 11:54:57 +00:00
|
|
|
#activities-more:hover,
|
2014-03-18 06:31:25 +00:00
|
|
|
#events-more:hover,
|
2016-01-12 02:19:34 +00:00
|
|
|
#trash-more-btn:hover,
|
2014-03-18 06:31:25 +00:00
|
|
|
#notices-more-btn:hover {
|
2012-12-19 11:06:38 +00:00
|
|
|
color:#000;
|
|
|
|
background:#dfdfdf;
|
|
|
|
}
|
2013-12-05 11:47:09 +00:00
|
|
|
#notices-more {
|
2014-03-18 06:31:25 +00:00
|
|
|
margin-top: -20px;
|
2013-12-05 11:47:09 +00:00
|
|
|
}
|
2012-07-19 07:18:12 +00:00
|
|
|
/* avatar */
|
|
|
|
.avatar-op .avatar,
|
2013-12-16 10:00:30 +00:00
|
|
|
.home-profile .avatar {
|
2012-07-19 07:18:12 +00:00
|
|
|
border-radius: 4px;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
}
|
2013-12-16 10:00:30 +00:00
|
|
|
.group .avatar {
|
2013-12-18 03:32:12 +00:00
|
|
|
background:#fdfdfd;
|
2013-12-16 10:00:30 +00:00
|
|
|
border-radius: 1000px;
|
|
|
|
}
|
2012-07-19 07:18:12 +00:00
|
|
|
.avatar-op h3 {
|
|
|
|
border:none;
|
|
|
|
margin-bottom:2px;
|
|
|
|
}
|
|
|
|
.avatar-op .upload-new-avatar-hd {
|
|
|
|
margin-top:15px;
|
|
|
|
}
|
|
|
|
/*user-basic-info*/
|
2013-11-07 07:56:42 +00:00
|
|
|
.setting-item {
|
2013-10-12 07:23:19 +00:00
|
|
|
margin-top:15px;
|
|
|
|
margin-bottom:30px;
|
2012-07-19 07:18:12 +00:00
|
|
|
}
|
2013-11-07 07:56:42 +00:00
|
|
|
.setting-item h3 {
|
|
|
|
color:#000;
|
2013-11-19 09:39:21 +00:00
|
|
|
padding-bottom:0.2em;
|
|
|
|
border-bottom:1px solid #ddd;
|
|
|
|
margin-bottom:0.7em;
|
2013-11-07 07:56:42 +00:00
|
|
|
}
|
2012-07-19 07:18:12 +00:00
|
|
|
#user-basic-info label {
|
2014-02-13 07:18:45 +00:00
|
|
|
width:5.6em;
|
2012-07-19 07:18:12 +00:00
|
|
|
margin-right:1em;
|
|
|
|
}
|
2013-04-25 08:09:41 +00:00
|
|
|
.ru #user-basic-info label {
|
|
|
|
width:9em;
|
|
|
|
}
|
|
|
|
.es #user-basic-info label,
|
|
|
|
.hu #user-basic-info label {
|
|
|
|
width:7em;
|
|
|
|
}
|
|
|
|
.it #user-basic-info label {
|
|
|
|
width:6em;
|
|
|
|
}
|
|
|
|
.fr #user-basic-info label {
|
|
|
|
width:8em;
|
|
|
|
}
|
|
|
|
#user-basic-info .avatar,
|
2012-07-19 07:18:12 +00:00
|
|
|
#user-basic-info textarea {
|
|
|
|
vertical-align:text-top;
|
|
|
|
}
|
2013-12-19 11:22:18 +00:00
|
|
|
#user-basic-info .avatar {
|
2012-07-19 07:18:12 +00:00
|
|
|
margin-bottom:8px;
|
|
|
|
}
|
2012-12-06 09:44:50 +00:00
|
|
|
#user-avatar-change {
|
|
|
|
position:relative;
|
|
|
|
}
|
|
|
|
#user-avatar-form {
|
|
|
|
position:absolute;
|
|
|
|
top:5px;
|
|
|
|
}
|
|
|
|
#grp-avatar-form {
|
|
|
|
position:relative;
|
|
|
|
margin-left:10px;
|
|
|
|
}
|
2012-03-28 02:38:12 +00:00
|
|
|
/*repo page*/
|
2013-07-19 12:05:18 +00:00
|
|
|
#repo-top {
|
|
|
|
padding-bottom:15px;
|
|
|
|
}
|
2014-02-21 08:47:34 +00:00
|
|
|
#repo-top .hd,
|
2012-09-15 13:01:06 +00:00
|
|
|
#repo-basic-info {
|
2014-02-21 08:47:34 +00:00
|
|
|
display:inline-block;
|
|
|
|
}
|
|
|
|
#repo-top .hd {
|
|
|
|
margin-right:15px;
|
2012-09-15 13:01:06 +00:00
|
|
|
}
|
2014-02-21 08:47:34 +00:00
|
|
|
#repo-basic-info .link-icon {
|
|
|
|
margin:0 5px 0 15px;
|
|
|
|
}
|
2013-07-19 12:05:18 +00:00
|
|
|
.split {
|
|
|
|
border-left:2px solid #888;
|
|
|
|
padding-left:1em;
|
|
|
|
margin-left:1em;
|
2012-09-15 13:01:06 +00:00
|
|
|
}
|
2013-08-20 10:30:17 +00:00
|
|
|
#repo-file-list {
|
|
|
|
margin-bottom:100px;
|
|
|
|
}
|
2012-09-18 03:52:51 +00:00
|
|
|
.path { margin: 1.4em 0 0; }
|
2013-11-07 07:56:42 +00:00
|
|
|
.access-notice { margin: 0.8em 0 0.4em; }
|
2015-02-02 06:09:13 +00:00
|
|
|
#repo-file-list .repo-op {
|
2012-09-15 13:01:06 +00:00
|
|
|
text-align:right;
|
2014-03-05 09:53:06 +00:00
|
|
|
margin-bottom:4px;
|
2012-09-15 13:01:06 +00:00
|
|
|
}
|
2012-11-12 09:48:26 +00:00
|
|
|
.file-op button,
|
|
|
|
#file-op button,
|
|
|
|
.repo-op .op-btn {
|
|
|
|
*margin-left:5px;/* for ie 7*/
|
|
|
|
}
|
2013-07-19 12:05:18 +00:00
|
|
|
.repo-op .op-btn [class^="icon-"],
|
|
|
|
.repo-op .op-btn [class^="sf-icon-"] {
|
|
|
|
margin-right:3px;
|
2012-09-26 07:15:08 +00:00
|
|
|
}
|
2014-11-14 03:23:58 +00:00
|
|
|
.repo-op .op-btn {
|
|
|
|
vertical-align:middle;
|
|
|
|
}
|
2012-11-20 08:28:33 +00:00
|
|
|
#featured-filetype {
|
|
|
|
margin:5px 0;
|
|
|
|
}
|
|
|
|
#featured-filetype button {
|
|
|
|
padding: 2px;
|
|
|
|
line-height: 1.2;
|
2013-07-19 12:05:18 +00:00
|
|
|
border: 1px solid #bbb;
|
2012-11-20 08:28:33 +00:00
|
|
|
margin: 2px 0 5px;
|
|
|
|
}
|
2015-11-27 02:55:56 +00:00
|
|
|
.file-audit-list-topbar .path,
|
2015-08-17 06:35:13 +00:00
|
|
|
.commit-list-topbar .path,
|
2012-09-15 13:01:06 +00:00
|
|
|
.repo-file-list-topbar .path {
|
2014-02-21 10:32:56 +00:00
|
|
|
font-size:14px;
|
2012-09-15 13:01:06 +00:00
|
|
|
line-height:25px;
|
|
|
|
margin:0;
|
|
|
|
}
|
2015-11-24 08:55:38 +00:00
|
|
|
#group-top .path,
|
2015-02-02 06:09:13 +00:00
|
|
|
#dir-view .path {
|
|
|
|
font-size:16px;
|
|
|
|
line-height:1.5;
|
|
|
|
margin:0 0 5px;
|
|
|
|
}
|
|
|
|
#dir-view .repo-op .op-btn {
|
|
|
|
padding:5px 14px;
|
|
|
|
}
|
2012-09-15 13:01:06 +00:00
|
|
|
.repo-file-list {
|
2013-07-19 12:05:18 +00:00
|
|
|
table-layout:auto;
|
2013-08-20 10:30:17 +00:00
|
|
|
margin:0;
|
2013-07-19 12:05:18 +00:00
|
|
|
}
|
2013-08-30 05:46:56 +00:00
|
|
|
.repo-file-list .select {
|
|
|
|
width:15px;
|
|
|
|
}
|
2013-07-19 12:05:18 +00:00
|
|
|
.repo-file-list .star {
|
2013-08-30 05:46:56 +00:00
|
|
|
width:25px;
|
2013-07-19 12:05:18 +00:00
|
|
|
}
|
|
|
|
.repo-file-list .dirent-icon {
|
2013-08-30 05:46:56 +00:00
|
|
|
width:27px;
|
2014-10-24 09:11:08 +00:00
|
|
|
text-align:center;
|
2013-07-19 12:05:18 +00:00
|
|
|
}
|
|
|
|
.repo-file-list .dirent-name {
|
2013-07-28 14:44:34 +00:00
|
|
|
display:inline-block;
|
2013-11-07 07:56:42 +00:00
|
|
|
width:400px;
|
2013-07-19 12:05:18 +00:00
|
|
|
}
|
|
|
|
.repo-file-list .dirent-size {
|
2014-10-28 07:17:47 +00:00
|
|
|
width:114px;
|
2013-07-19 12:05:18 +00:00
|
|
|
}
|
|
|
|
.repo-file-list .dirent-update {
|
2014-10-28 07:17:47 +00:00
|
|
|
width:133px;
|
2013-07-19 12:05:18 +00:00
|
|
|
}
|
|
|
|
.repo-file-list .dirent-op {
|
2014-10-28 07:17:47 +00:00
|
|
|
width:200px;
|
2013-07-19 12:05:18 +00:00
|
|
|
}
|
2013-08-30 05:46:56 +00:00
|
|
|
.repo-file-list .checkbox-label,
|
|
|
|
.repo-file-list .checkbox {
|
|
|
|
margin:0;
|
|
|
|
}
|
2013-07-19 12:05:18 +00:00
|
|
|
.repo-file-list th {
|
|
|
|
padding-top:20px;
|
|
|
|
}
|
2013-08-30 05:46:56 +00:00
|
|
|
#repo-file-list .fixed-hd {
|
2013-07-19 12:05:18 +00:00
|
|
|
position:fixed;
|
|
|
|
width:950px;
|
|
|
|
top:0;
|
|
|
|
z-index:11; /*make it on top of dirent op(popup)*/
|
2013-08-30 05:46:56 +00:00
|
|
|
border-color:#efefef; /*for repo-file-list-topbar*/
|
2013-07-19 12:05:18 +00:00
|
|
|
}
|
2014-02-21 08:47:34 +00:00
|
|
|
#repo-file-list .repo-file-list-topbar.fixed-hd {
|
|
|
|
width:930px;
|
2014-11-17 05:29:11 +00:00
|
|
|
z-index:12; /* to make #upload-menu be on top of .repo-file-list tr.fixed-hd */
|
2014-02-21 08:47:34 +00:00
|
|
|
}
|
2013-07-19 12:05:18 +00:00
|
|
|
.repo-file-list .fixed-hd th {
|
2014-02-21 08:47:34 +00:00
|
|
|
background:#fff;
|
2013-07-19 12:05:18 +00:00
|
|
|
-webkit-box-shadow:0 2px 2px -1px #aaa;
|
2013-11-11 12:02:29 +00:00
|
|
|
box-shadow:0 2px 2px -3px #aaa;
|
2012-09-15 13:01:06 +00:00
|
|
|
}
|
2012-12-21 11:53:09 +00:00
|
|
|
.file-star {
|
|
|
|
cursor:pointer;
|
2013-04-13 09:30:42 +00:00
|
|
|
line-height:19px;
|
2013-08-30 05:46:56 +00:00
|
|
|
vertical-align:middle;
|
2012-12-21 11:53:09 +00:00
|
|
|
}
|
2012-12-10 07:58:37 +00:00
|
|
|
.repo-file-list .repo-file-op {
|
|
|
|
position:relative;
|
|
|
|
}
|
2012-09-15 13:01:06 +00:00
|
|
|
.displayed-op {
|
|
|
|
display:inline;
|
2015-08-27 03:46:20 +00:00
|
|
|
margin-right:5px;
|
2012-09-15 13:01:06 +00:00
|
|
|
}
|
2014-10-28 07:17:47 +00:00
|
|
|
.displayed-op .dir-download,
|
|
|
|
.displayed-op .file-download {
|
|
|
|
margin-right:5px;
|
|
|
|
}
|
|
|
|
.displayed-op .op:hover {
|
|
|
|
text-decoration:none;
|
|
|
|
}
|
2015-03-25 05:36:24 +00:00
|
|
|
.audit-item .audit-select-hidden,
|
2012-09-15 13:01:06 +00:00
|
|
|
.repo-file-list .hidden-op {
|
2012-07-02 02:21:17 +00:00
|
|
|
position:absolute;
|
|
|
|
background:#fff;
|
|
|
|
padding:6px 1px;
|
|
|
|
border:1px solid #eee;
|
|
|
|
border-radius:5px;
|
|
|
|
z-index:10;
|
|
|
|
}
|
2015-03-25 05:36:24 +00:00
|
|
|
.audit-select-hidden li a,
|
2015-02-02 06:09:13 +00:00
|
|
|
.hidden-op a {
|
2012-09-06 11:50:04 +00:00
|
|
|
display:block;
|
2012-07-02 02:21:17 +00:00
|
|
|
padding:0 12px;
|
|
|
|
}
|
2015-02-02 06:09:13 +00:00
|
|
|
.hidden-op a:hover {
|
|
|
|
background: #eee;
|
|
|
|
}
|
2013-05-17 03:12:32 +00:00
|
|
|
.file-choose-form {
|
2012-09-06 11:50:04 +00:00
|
|
|
width:500px;
|
|
|
|
padding:10px 20px;
|
|
|
|
}
|
2013-05-17 03:12:32 +00:00
|
|
|
.file-tree-cont, .dir-tree-cont {
|
2012-09-06 11:50:04 +00:00
|
|
|
padding:5px;
|
|
|
|
height:280px;
|
|
|
|
overflow:auto;
|
|
|
|
border:1px solid #eee;
|
2012-12-06 03:30:23 +00:00
|
|
|
margin:5px 0 10px;
|
2012-09-06 11:50:04 +00:00
|
|
|
}
|
2014-03-20 02:49:26 +00:00
|
|
|
.jstree.file-tree-cont [root_node] > a > .jstree-checkbox,
|
|
|
|
.jstree.file-tree-cont [type="dir"] > a > .jstree-checkbox {
|
|
|
|
display:none;
|
|
|
|
}
|
2014-04-12 08:53:48 +00:00
|
|
|
.jstree [root_node] > a > .jstree-icon,
|
|
|
|
.jstree .jstree-open[root_node] > a > .jstree-icon {
|
|
|
|
background: transparent url('../img/lib-16.png') no-repeat scroll left center;
|
|
|
|
}
|
2013-06-06 12:09:29 +00:00
|
|
|
.jstree .jstree-leaf[type=file] a ins.jstree-icon {
|
2014-04-12 08:53:48 +00:00
|
|
|
background: transparent url('../img/file-icon-16.png') no-repeat scroll left center;
|
2013-05-17 03:12:32 +00:00
|
|
|
vertical-align:top;
|
|
|
|
}
|
2013-06-06 12:09:29 +00:00
|
|
|
.jstree-classic .jstree-leaf[type=dir] a ins.jstree-icon {
|
2014-03-08 03:13:48 +00:00
|
|
|
background:transparent url('../js/themes/classic/d.png') no-repeat scroll -56px -36px;
|
2013-05-17 03:12:32 +00:00
|
|
|
}
|
2013-10-29 04:00:09 +00:00
|
|
|
#mv-dir-list .icon-caret-down,
|
|
|
|
#mv-dir-list .icon-caret-right {
|
|
|
|
margin-right:15px;
|
2012-09-06 11:50:04 +00:00
|
|
|
}
|
2015-12-27 14:09:52 +00:00
|
|
|
.inline-rename-form .input {
|
2015-09-09 04:54:50 +00:00
|
|
|
font-size:14px;
|
|
|
|
}
|
2015-09-29 04:04:41 +00:00
|
|
|
.web-setting-form .submit,
|
2015-12-27 14:09:52 +00:00
|
|
|
.inline-rename-form .submit {
|
2015-09-09 04:54:50 +00:00
|
|
|
color:green;
|
|
|
|
}
|
2015-09-29 04:04:41 +00:00
|
|
|
.web-setting-form .cancel,
|
2015-12-27 14:09:52 +00:00
|
|
|
.inline-rename-form .cancel {
|
2015-09-09 04:54:50 +00:00
|
|
|
color:#666;
|
|
|
|
}
|
2015-12-27 14:09:52 +00:00
|
|
|
.inline-rename-form .input,
|
|
|
|
.inline-rename-form .submit {
|
2015-09-09 04:54:50 +00:00
|
|
|
margin:0;
|
|
|
|
}
|
2015-09-29 04:04:41 +00:00
|
|
|
.web-setting-form .submit,
|
|
|
|
.web-setting-form .cancel,
|
2015-12-27 14:09:52 +00:00
|
|
|
.inline-rename-form .submit,
|
|
|
|
.inline-rename-form .cancel {
|
2015-09-09 04:54:50 +00:00
|
|
|
font-size:16px;
|
|
|
|
line-height:1;
|
2012-05-29 07:38:44 +00:00
|
|
|
}
|
2013-02-05 09:50:32 +00:00
|
|
|
.repo-top-op-btn {
|
2012-09-15 13:01:06 +00:00
|
|
|
font-size:14px;
|
2012-05-31 04:00:32 +00:00
|
|
|
}
|
2013-04-13 09:30:42 +00:00
|
|
|
.repo-top-op-btn [class^="icon-"] {
|
|
|
|
color:#444;
|
|
|
|
margin-right:2px;
|
2013-01-02 06:49:41 +00:00
|
|
|
}
|
2013-07-19 12:05:18 +00:00
|
|
|
#repo-latest-commit .avatar {
|
2012-09-15 13:01:06 +00:00
|
|
|
vertical-align:middle;
|
2012-03-28 02:38:12 +00:00
|
|
|
}
|
2012-09-17 04:57:29 +00:00
|
|
|
#repo-latest-commit .time {
|
2012-09-15 13:01:06 +00:00
|
|
|
color:#666;
|
|
|
|
margin-left:5px;
|
2012-05-05 05:57:42 +00:00
|
|
|
}
|
2013-08-30 05:46:56 +00:00
|
|
|
#dirents-op {
|
|
|
|
position:fixed;
|
|
|
|
}
|
|
|
|
#dirents-op .op-icon-btn {
|
|
|
|
display:block;
|
|
|
|
margin-bottom:6px;
|
|
|
|
}
|
|
|
|
#dirents-op .op-icon-btn .icon-trash {
|
|
|
|
display:inline-block;
|
|
|
|
width:14px;
|
|
|
|
text-align:center;
|
|
|
|
}
|
2012-10-20 03:48:19 +00:00
|
|
|
.lsch,
|
|
|
|
.lsch-encrypted,
|
|
|
|
.file-diff {
|
2012-05-31 04:00:32 +00:00
|
|
|
font-size:12px;
|
|
|
|
font-weight:normal;
|
2012-05-30 06:11:33 +00:00
|
|
|
color:#666;
|
|
|
|
text-decoration:underline;
|
|
|
|
}
|
|
|
|
#ls-ch {/*repo commit details container*/
|
|
|
|
min-width:300px;
|
2015-01-25 10:47:42 +00:00
|
|
|
min-height:300px;
|
2012-05-30 06:11:33 +00:00
|
|
|
max-width:850px;
|
|
|
|
max-height:550px;
|
|
|
|
overflow:auto;
|
2012-10-17 03:55:15 +00:00
|
|
|
line-height:1.6;
|
|
|
|
}
|
|
|
|
#ls-ch h2,
|
|
|
|
#ls-ch h3 {
|
|
|
|
margin: 0 0 0.2em;
|
|
|
|
color:#333;
|
|
|
|
font-weight:bold;
|
2012-05-30 06:11:33 +00:00
|
|
|
}
|
2012-09-17 06:30:36 +00:00
|
|
|
#ls-ch .commit-time,
|
|
|
|
.commit-time {
|
2012-09-15 13:01:06 +00:00
|
|
|
color:#333;
|
|
|
|
font-size:13px;
|
|
|
|
font-weight:normal;
|
2012-10-17 03:55:15 +00:00
|
|
|
margin-top: 0em;
|
2012-09-15 13:01:06 +00:00
|
|
|
}
|
2012-05-30 06:11:33 +00:00
|
|
|
#ls-ch ul {
|
|
|
|
padding:0 0 6px 0;
|
|
|
|
}
|
2012-09-26 11:02:48 +00:00
|
|
|
#ls-ch a {
|
|
|
|
color:#e83;
|
|
|
|
font-weight:normal;
|
|
|
|
}
|
2012-08-21 08:01:18 +00:00
|
|
|
#dirs { /* file mv */
|
2012-07-02 02:21:17 +00:00
|
|
|
margin-top:8px;
|
|
|
|
}
|
2013-07-29 12:25:24 +00:00
|
|
|
/* file upload */
|
2014-11-14 03:23:58 +00:00
|
|
|
.repo-op .upload-file-btn {
|
|
|
|
display: inline-block;
|
|
|
|
height: auto;
|
|
|
|
padding: 5px 6px;
|
|
|
|
border: 1px solid #c5c5c5;
|
|
|
|
border-radius: 2px;
|
|
|
|
position:relative;
|
|
|
|
overflow:hidden;
|
|
|
|
}
|
2015-05-28 05:57:00 +00:00
|
|
|
#upload-menu,
|
|
|
|
#add-pub-lib-menu {
|
2014-11-17 05:29:11 +00:00
|
|
|
position:absolute;
|
2015-05-05 09:29:31 +00:00
|
|
|
z-index:12; /* make it on top of a checkbox */
|
2014-11-17 05:29:11 +00:00
|
|
|
border:1px solid #c5c5c5;
|
|
|
|
border-radius:2px;
|
|
|
|
box-shadow: 0 0 2px #c5c5c5;
|
|
|
|
background:#fff;
|
|
|
|
}
|
2015-05-28 05:57:00 +00:00
|
|
|
#upload-menu .item,
|
|
|
|
#add-pub-lib-menu .item {
|
2014-11-17 05:29:11 +00:00
|
|
|
padding:0 10px;
|
|
|
|
height:27px;
|
|
|
|
line-height:27px;
|
2015-05-28 05:57:00 +00:00
|
|
|
cursor:pointer;
|
|
|
|
}
|
|
|
|
#upload-menu .item {
|
|
|
|
position:relative;
|
|
|
|
text-align:left;
|
2014-11-17 05:29:11 +00:00
|
|
|
overflow:hidden; /* for 'hover', as long 'input' in it. */
|
|
|
|
}
|
2014-11-14 03:23:58 +00:00
|
|
|
.fixed-upload-file-dialog {
|
|
|
|
width: 540px;
|
|
|
|
position: fixed;
|
|
|
|
bottom: 0;
|
|
|
|
right: 10px;
|
|
|
|
background: #fff;
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
border-radius: 3px;
|
|
|
|
box-shadow: 0 0 6px #ddd;
|
|
|
|
}
|
|
|
|
.fixed-upload-file-dialog .hd {
|
|
|
|
padding: 6px 10px;
|
|
|
|
background: #f0f0f0;
|
|
|
|
margin:0;
|
|
|
|
}
|
|
|
|
.fixed-upload-file-dialog .con {
|
2014-12-16 11:38:19 +00:00
|
|
|
height:164px;
|
2014-11-14 03:23:58 +00:00
|
|
|
overflow-y:auto;
|
|
|
|
}
|
|
|
|
.fixed-upload-file-dialog .ops {
|
|
|
|
position:absolute;
|
|
|
|
top:10px;
|
|
|
|
right:10px;
|
|
|
|
}
|
2015-09-16 12:23:01 +00:00
|
|
|
.fixed-upload-file-dialog .op-icon {
|
|
|
|
font-size:18px;
|
|
|
|
color: #b8b8b8;
|
2016-01-30 08:23:52 +00:00
|
|
|
margin:0;
|
2015-09-16 12:23:01 +00:00
|
|
|
}
|
2014-11-14 03:23:58 +00:00
|
|
|
.fixed-upload-file-dialog .close,
|
2013-07-29 12:25:24 +00:00
|
|
|
.fileupload-buttonbar .cancel {
|
|
|
|
*margin-left:5px;
|
|
|
|
}
|
2014-11-14 03:23:58 +00:00
|
|
|
.fileupload-progress {
|
|
|
|
margin-top:5px;
|
|
|
|
}
|
2013-07-29 12:25:24 +00:00
|
|
|
.fileinput-button {
|
|
|
|
display:inline-block;
|
|
|
|
line-height:19px;
|
|
|
|
position:relative;
|
|
|
|
overflow:hidden;
|
2015-01-25 10:47:42 +00:00
|
|
|
}
|
2014-02-20 08:37:49 +00:00
|
|
|
.fileinput-button .icon-plus {
|
|
|
|
font-size:13px;
|
|
|
|
color:#333;
|
2015-01-25 10:47:42 +00:00
|
|
|
}
|
2014-11-14 03:23:58 +00:00
|
|
|
.fileinput-button input,
|
2014-11-17 05:29:11 +00:00
|
|
|
#upload-file input,
|
|
|
|
#upload-menu input {
|
2013-07-29 12:25:24 +00:00
|
|
|
position: absolute;
|
2015-01-25 10:47:42 +00:00
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
margin: 0;
|
2013-07-29 12:25:24 +00:00
|
|
|
height:27px;
|
|
|
|
opacity: 0;
|
|
|
|
filter: alpha(opacity=0);
|
|
|
|
cursor: pointer;
|
2015-01-25 10:47:42 +00:00
|
|
|
}
|
2013-07-29 12:25:24 +00:00
|
|
|
.table {
|
|
|
|
margin-bottom:0;
|
2015-01-25 10:47:42 +00:00
|
|
|
}
|
2014-12-16 11:38:19 +00:00
|
|
|
.table .name,
|
|
|
|
.table .error {
|
|
|
|
padding-left:7px;
|
2014-12-15 10:13:26 +00:00
|
|
|
margin:0;
|
2013-07-29 12:25:24 +00:00
|
|
|
}
|
2014-11-14 03:23:58 +00:00
|
|
|
.fixed-upload-file-dialog .fileupload-buttonbar .cancel,
|
|
|
|
.template-upload .btn {
|
|
|
|
background: transparent;
|
|
|
|
border: none;
|
|
|
|
color: #e83;
|
|
|
|
}
|
|
|
|
.fixed-upload-file-dialog .fileupload-buttonbar .cancel {
|
|
|
|
color:#909090;
|
2013-07-29 12:25:24 +00:00
|
|
|
}
|
2014-04-08 09:57:09 +00:00
|
|
|
.ui-progressbar,
|
2013-07-29 12:25:24 +00:00
|
|
|
.progress {
|
|
|
|
background-color: #F7F7F7;
|
|
|
|
background-image: linear-gradient(to bottom, #F5F5F5, #F9F9F9);
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
border-radius: 4px 4px 4px 4px;
|
|
|
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
|
|
|
|
height: 1em;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
2014-04-08 09:57:09 +00:00
|
|
|
#mv-progress {
|
|
|
|
margin:10px 0;
|
|
|
|
}
|
2013-07-29 12:25:24 +00:00
|
|
|
.template-upload .progress {
|
|
|
|
width:90%;
|
|
|
|
}
|
2014-04-08 09:57:09 +00:00
|
|
|
.ui-progressbar-value,
|
2013-07-29 12:25:24 +00:00
|
|
|
.progress .bar {
|
|
|
|
background:#e83;
|
|
|
|
height:100%;
|
|
|
|
}
|
|
|
|
.fade {
|
|
|
|
opacity:0;
|
|
|
|
visibility:hidden;/*for ie*/
|
|
|
|
}
|
|
|
|
.fade.in {
|
|
|
|
opacity:1;
|
|
|
|
visibility:visible;/*for ie*/
|
|
|
|
}
|
2013-08-02 06:49:27 +00:00
|
|
|
#upload-file-form .tip {
|
|
|
|
padding-left:1.5em;
|
|
|
|
*padding-left:1.9em;
|
|
|
|
margin-top:5px;
|
|
|
|
}
|
2014-11-14 03:23:58 +00:00
|
|
|
|
2012-09-15 13:01:06 +00:00
|
|
|
/* repo-history */
|
2012-09-21 07:32:52 +00:00
|
|
|
#back {
|
|
|
|
margin-top:3px;
|
2012-09-15 13:01:06 +00:00
|
|
|
}
|
2015-11-27 02:55:56 +00:00
|
|
|
.file-audit-list,
|
2012-09-15 13:01:06 +00:00
|
|
|
.commit-list {
|
2015-09-21 08:42:45 +00:00
|
|
|
margin-bottom:20px;
|
2012-09-15 13:01:06 +00:00
|
|
|
}
|
2015-11-27 02:55:56 +00:00
|
|
|
.file-audit-list .user,
|
2012-09-15 13:01:06 +00:00
|
|
|
.commit-list .time {
|
|
|
|
padding-left:10px;
|
|
|
|
}
|
2015-11-27 02:55:56 +00:00
|
|
|
.file-audit-list .avatar,
|
2012-09-15 13:01:06 +00:00
|
|
|
.commit-list .avatar {
|
|
|
|
border-radius:2px;
|
|
|
|
}
|
2015-12-03 03:56:43 +00:00
|
|
|
.file-access-hd,
|
2015-09-22 09:24:01 +00:00
|
|
|
.repo-trash-hd,
|
2015-09-22 05:55:19 +00:00
|
|
|
.repo-snapshot-hd {
|
|
|
|
margin-bottom:10px;
|
|
|
|
}
|
2015-09-23 03:59:58 +00:00
|
|
|
.repo-snapshot-commit {
|
|
|
|
margin-bottom:6px;
|
|
|
|
}
|
2015-09-22 09:24:01 +00:00
|
|
|
#online-gc {
|
|
|
|
margin-left:5px;
|
|
|
|
}
|
2012-05-07 08:33:36 +00:00
|
|
|
/*repo-share-form*/
|
2012-06-12 02:13:14 +00:00
|
|
|
#email_or_group,
|
|
|
|
#share-link,
|
2013-10-25 11:21:01 +00:00
|
|
|
#added-member-name {
|
2012-05-07 08:33:36 +00:00
|
|
|
width:260px;
|
|
|
|
height:80px;
|
2012-12-12 11:43:17 +00:00
|
|
|
padding:2px;
|
|
|
|
}
|
2015-04-15 01:36:42 +00:00
|
|
|
#myhome-mods-enable-form,
|
2013-09-13 06:20:14 +00:00
|
|
|
#mods-enable-form {
|
2012-10-24 08:59:19 +00:00
|
|
|
width:266px;
|
|
|
|
}
|
2013-10-24 06:25:56 +00:00
|
|
|
#email_or_group,
|
|
|
|
#added-member-name {
|
2013-06-27 05:55:22 +00:00
|
|
|
width:98.5%;
|
2012-09-21 03:22:46 +00:00
|
|
|
}
|
2013-06-29 03:35:41 +00:00
|
|
|
#emails {
|
|
|
|
width:98.5%;
|
|
|
|
height:80px;
|
|
|
|
padding:2px;
|
|
|
|
}
|
2014-09-02 02:52:18 +00:00
|
|
|
/* file/dir share popup */
|
2015-04-23 02:18:50 +00:00
|
|
|
#folder-perm-popup,
|
2015-03-18 02:45:13 +00:00
|
|
|
#file-share,
|
|
|
|
#share-popup {
|
2014-09-02 02:52:18 +00:00
|
|
|
padding:15px;
|
|
|
|
min-height:200px;
|
|
|
|
}
|
2015-04-25 06:28:09 +00:00
|
|
|
#folder-perm-popup .hd,
|
2015-03-18 02:45:13 +00:00
|
|
|
#file-share .hd,
|
|
|
|
#share-popup .hd {
|
2014-09-02 02:52:18 +00:00
|
|
|
margin:0 0 8px 4px;
|
|
|
|
}
|
2015-03-18 02:45:13 +00:00
|
|
|
#file-share .tip,
|
|
|
|
#share-popup .tip {
|
2014-09-02 02:52:18 +00:00
|
|
|
max-width:400px;
|
|
|
|
}
|
2015-05-09 07:04:16 +00:00
|
|
|
.ellipsis-op-target {
|
|
|
|
display:inline-block;
|
|
|
|
vertical-align:bottom;
|
|
|
|
}
|
|
|
|
#share-popup .op-target {
|
|
|
|
max-width:400px;
|
|
|
|
}
|
|
|
|
#mv-form .op-target {
|
|
|
|
max-width:410px;
|
|
|
|
}
|
|
|
|
#folder-perm-popup .op-target {
|
|
|
|
max-width:540px;
|
|
|
|
}
|
2016-01-28 06:33:17 +00:00
|
|
|
#repo-transfer-form .op-target {
|
|
|
|
max-width:200px;
|
|
|
|
}
|
2015-05-09 07:04:16 +00:00
|
|
|
/* group-join-form */
|
2012-09-26 09:05:32 +00:00
|
|
|
/* group-join-form */
|
|
|
|
#id_group_join_msg {
|
|
|
|
width:260px;
|
|
|
|
height:80px;
|
|
|
|
}
|
2012-06-20 11:14:18 +00:00
|
|
|
/* group, org */
|
2013-02-21 11:59:58 +00:00
|
|
|
.user-list {
|
|
|
|
margin-top:30px;
|
2012-07-03 09:21:51 +00:00
|
|
|
}
|
2013-02-21 11:59:58 +00:00
|
|
|
.user-list .user {
|
2012-12-22 11:12:51 +00:00
|
|
|
display:inline-block; /*to handle different height of items*/
|
|
|
|
vertical-align:top;
|
2013-12-16 10:00:30 +00:00
|
|
|
width:330px;
|
|
|
|
margin:0 17px 30px 0;
|
2012-07-03 09:21:51 +00:00
|
|
|
}
|
2013-02-21 11:59:58 +00:00
|
|
|
.user-list .user {
|
2013-01-08 09:43:29 +00:00
|
|
|
*display:inline; /* for ie 6,7 */
|
|
|
|
}
|
2014-02-26 08:42:03 +00:00
|
|
|
.user-list .txt {
|
|
|
|
width:265px;
|
|
|
|
}
|
2012-09-04 08:13:06 +00:00
|
|
|
.member {
|
2012-08-02 10:55:51 +00:00
|
|
|
_height:21px;
|
2012-10-19 02:35:56 +00:00
|
|
|
padding-bottom:4px;
|
2012-08-02 10:55:51 +00:00
|
|
|
}
|
2012-09-04 08:13:06 +00:00
|
|
|
.member .avatar {
|
2012-10-19 02:35:56 +00:00
|
|
|
border-radius: 2px;
|
|
|
|
-moz-border-radius: 2px;
|
|
|
|
margin-right: 5px;
|
2012-05-17 12:39:37 +00:00
|
|
|
}
|
2012-09-04 08:13:06 +00:00
|
|
|
.member .avatar,
|
|
|
|
.member .name {
|
2012-10-19 02:35:56 +00:00
|
|
|
vertical-align:middle;
|
2012-05-17 12:39:37 +00:00
|
|
|
}
|
2013-03-12 13:48:47 +00:00
|
|
|
.grp-profile {
|
|
|
|
margin-top:2px;
|
|
|
|
}
|
|
|
|
.grp-profile .name {
|
|
|
|
font-size:16px;
|
|
|
|
font-weight:bold;
|
|
|
|
margin:0 6px;
|
|
|
|
}
|
|
|
|
.grp-profile .avatar,
|
|
|
|
.grp-profile .name {
|
|
|
|
vertical-align:middle;
|
|
|
|
}
|
2012-10-29 13:43:52 +00:00
|
|
|
#grp-member-add {
|
|
|
|
margin-top:2px;
|
|
|
|
}
|
2012-06-04 13:27:32 +00:00
|
|
|
|
|
|
|
/* notification admin */
|
|
|
|
.cur-note { color: red; font-size: 75%; }
|
2012-06-20 11:39:21 +00:00
|
|
|
|
2012-06-25 06:57:14 +00:00
|
|
|
/* group message and replies */
|
2013-01-25 11:15:48 +00:00
|
|
|
#grp-repos-commits td {
|
|
|
|
padding:6px 3px;
|
|
|
|
}
|
2013-06-01 06:15:47 +00:00
|
|
|
.msg-panel {
|
2013-03-12 13:48:47 +00:00
|
|
|
width:640px;
|
2013-03-04 12:23:59 +00:00
|
|
|
margin-top:10px;
|
2012-06-25 06:57:14 +00:00
|
|
|
}
|
2014-03-31 10:57:48 +00:00
|
|
|
.msg-form .avatar,
|
|
|
|
.msg .avatar {
|
|
|
|
border-radius:1000px;
|
|
|
|
}
|
2014-02-14 10:46:53 +00:00
|
|
|
#personal-msg-panel {
|
|
|
|
margin-top:22px;
|
|
|
|
}
|
2012-06-26 08:44:39 +00:00
|
|
|
.msg-num {
|
|
|
|
font-size:12px;
|
|
|
|
color:#333;
|
|
|
|
}
|
2013-06-01 06:15:47 +00:00
|
|
|
.msg-form {
|
2014-03-31 10:57:48 +00:00
|
|
|
padding:10px;
|
|
|
|
background:#f2f2f2;
|
|
|
|
border-radius:3px;
|
|
|
|
margin:0 0 22px 64px;
|
2013-03-12 13:48:47 +00:00
|
|
|
position:relative;
|
2012-06-26 08:44:39 +00:00
|
|
|
}
|
2014-04-14 08:40:13 +00:00
|
|
|
#send-msg-form {
|
|
|
|
padding:0;
|
|
|
|
background:transparent;
|
|
|
|
margin:0;
|
|
|
|
}
|
2013-06-01 06:15:47 +00:00
|
|
|
.msg-form .avatar {
|
2013-03-20 08:48:43 +00:00
|
|
|
position:absolute;
|
|
|
|
left:-64px;
|
|
|
|
top:-1px;
|
|
|
|
}
|
2014-04-25 05:39:54 +00:00
|
|
|
#send-msg-form .avatar {
|
|
|
|
border-radius:3px;
|
|
|
|
position:static;
|
|
|
|
}
|
2014-03-31 10:57:48 +00:00
|
|
|
.msg-form .ops {
|
|
|
|
text-align:right;
|
|
|
|
margin-top:6px;
|
|
|
|
}
|
|
|
|
.msg-form .add-file {
|
|
|
|
margin:9px 10px 0 3px;
|
|
|
|
}
|
|
|
|
#selected-files .item {
|
|
|
|
text-align:left;
|
|
|
|
padding:2px 3px;
|
|
|
|
}
|
|
|
|
#selected-files .rm {
|
|
|
|
margin-right:3px;
|
|
|
|
}
|
|
|
|
#selected-files .rm,
|
|
|
|
.msg-form .add-file {
|
|
|
|
cursor:pointer;
|
2014-04-09 10:30:45 +00:00
|
|
|
opacity:0.8;
|
|
|
|
}
|
|
|
|
#selected-files .rm:hover,
|
|
|
|
.msg-form .add-file:hover {
|
|
|
|
opacity:1;
|
2014-03-31 10:57:48 +00:00
|
|
|
}
|
2013-06-01 06:15:47 +00:00
|
|
|
.msg-input {
|
2014-03-31 10:57:48 +00:00
|
|
|
width:544px;
|
2013-03-12 13:48:47 +00:00
|
|
|
padding:3px 5px;
|
|
|
|
height:25px;
|
|
|
|
vertical-align:top;
|
2012-06-25 06:57:14 +00:00
|
|
|
}
|
2013-06-01 06:15:47 +00:00
|
|
|
.personal-msg-panel .msg-input {
|
2014-04-01 03:18:59 +00:00
|
|
|
width:480px;
|
2013-06-01 06:15:47 +00:00
|
|
|
}
|
2013-03-12 13:48:47 +00:00
|
|
|
.say {
|
|
|
|
position:absolute;
|
|
|
|
width:10px;
|
|
|
|
height:21px;
|
|
|
|
background:transparent url('../img/say.png') no-repeat scroll left top;
|
|
|
|
left:-10px;
|
2014-04-01 03:18:59 +00:00
|
|
|
top:20px;
|
2012-10-20 02:41:38 +00:00
|
|
|
}
|
2012-06-26 08:44:39 +00:00
|
|
|
.msg {
|
|
|
|
word-wrap: break-word;
|
2013-04-18 06:46:41 +00:00
|
|
|
padding:1px 0; /* to fix 'top border missing' when only 1 discussion & no scrollbar in chrome */
|
2013-03-12 13:48:47 +00:00
|
|
|
margin:15px 0 20px;
|
2012-06-25 06:57:14 +00:00
|
|
|
}
|
2012-06-26 08:44:39 +00:00
|
|
|
.msg .txt {
|
2013-04-04 11:58:00 +00:00
|
|
|
margin-left:64px;
|
2012-06-25 06:57:14 +00:00
|
|
|
}
|
2013-06-01 06:15:47 +00:00
|
|
|
.personal-msg-panel .msg-form,
|
|
|
|
.personal-msg-panel .msg .txt {
|
|
|
|
margin-right:64px;
|
|
|
|
}
|
2013-03-12 13:48:47 +00:00
|
|
|
.msg a {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
.msg-main {
|
|
|
|
position:relative;
|
|
|
|
padding:16px;
|
|
|
|
background:#fff;
|
|
|
|
border:1px solid #ccc;
|
|
|
|
border-top-left-radius:3px;
|
|
|
|
border-top-right-radius:3px;
|
|
|
|
}
|
2013-06-01 06:15:47 +00:00
|
|
|
.personal-msg-panel .msg-main {
|
|
|
|
border-radius:3px;
|
|
|
|
}
|
2013-03-12 13:48:47 +00:00
|
|
|
.msg-main .say {
|
|
|
|
background-image:url('../img/say_white.png');
|
|
|
|
}
|
2013-06-01 06:15:47 +00:00
|
|
|
.msg-received .say {
|
|
|
|
background-image:url('../img/say_white_reverse.png');
|
|
|
|
left:auto;
|
|
|
|
right:-10px;
|
|
|
|
}
|
2013-03-15 06:41:20 +00:00
|
|
|
.msg-attachment {
|
|
|
|
padding-top:10px;
|
|
|
|
border-top:1px solid #e9e9e9;
|
|
|
|
margin-top:12px;
|
|
|
|
}
|
2013-03-28 12:00:39 +00:00
|
|
|
.msg-attachment .img-cont {
|
|
|
|
display:block;
|
|
|
|
text-align:center;
|
|
|
|
line-height:0;
|
|
|
|
background:#fcfcfc;
|
2014-03-17 04:16:13 +00:00
|
|
|
padding:5px 0;
|
2013-03-28 12:00:39 +00:00
|
|
|
}
|
|
|
|
.msg-attachment .img {
|
|
|
|
width:auto;
|
|
|
|
height:auto;
|
|
|
|
max-width:100%;
|
|
|
|
max-height:300px;
|
|
|
|
}
|
2013-03-12 13:48:47 +00:00
|
|
|
.msg-hd .author {
|
|
|
|
font-weight:bold;
|
|
|
|
}
|
|
|
|
.msg .time {
|
|
|
|
font-size:11px;
|
|
|
|
color:#999;
|
|
|
|
margin-left:5px;
|
|
|
|
}
|
|
|
|
.msg .op {
|
|
|
|
font-size:11px;
|
|
|
|
color:#999;
|
|
|
|
cursor:pointer;
|
|
|
|
margin-left:5px;
|
2012-06-26 08:44:39 +00:00
|
|
|
}
|
2012-09-19 12:42:55 +00:00
|
|
|
.msg-hd .group,
|
2013-04-04 11:58:00 +00:00
|
|
|
.discussion-to-grp .time {
|
2012-06-25 06:57:14 +00:00
|
|
|
color: #808080;
|
|
|
|
}
|
2012-08-01 09:35:33 +00:00
|
|
|
.msg-hd .group {
|
|
|
|
margin-left:30px;
|
|
|
|
}
|
2013-03-12 13:48:47 +00:00
|
|
|
.msg-con {
|
|
|
|
margin-bottom:0;
|
2012-07-03 09:13:35 +00:00
|
|
|
}
|
2013-03-12 13:48:47 +00:00
|
|
|
.msg-op {
|
2013-03-15 06:41:20 +00:00
|
|
|
color:#444;
|
2013-03-12 13:48:47 +00:00
|
|
|
padding:10px 16px;
|
|
|
|
background:#f8f8f8;
|
|
|
|
border:1px solid #d5d5d5;
|
|
|
|
border-top:0;
|
|
|
|
border-bottom-left-radius:3px;
|
|
|
|
border-bottom-right-radius:3px;
|
|
|
|
}
|
2013-03-15 06:41:20 +00:00
|
|
|
.replies-op {
|
2013-03-12 13:48:47 +00:00
|
|
|
font-weight:bold;
|
|
|
|
cursor:pointer;
|
|
|
|
margin-bottom:10px;
|
2013-03-15 06:41:20 +00:00
|
|
|
position:relative;
|
|
|
|
}
|
|
|
|
.unfold-replies,
|
|
|
|
.fold-replies {
|
|
|
|
padding-right:14px;
|
|
|
|
background:transparent scroll no-repeat right center;
|
|
|
|
}
|
|
|
|
.unfold-replies {
|
|
|
|
background-image:url('../img/unfold.png');
|
|
|
|
}
|
|
|
|
.fold-replies {
|
|
|
|
background-image:url('../img/fold.png');
|
|
|
|
}
|
|
|
|
.unfold-replies-nobg {
|
|
|
|
background-image:none;
|
|
|
|
}
|
|
|
|
.replies-loading-icon {
|
|
|
|
position:absolute;
|
|
|
|
top:0;
|
2015-10-14 03:12:50 +00:00
|
|
|
width:12px;
|
|
|
|
height:12px;
|
|
|
|
display:none;
|
2012-08-10 13:16:55 +00:00
|
|
|
}
|
2013-03-12 13:48:47 +00:00
|
|
|
.msg .at {
|
2012-08-10 06:32:03 +00:00
|
|
|
color:#808;
|
|
|
|
}
|
2013-03-12 13:48:47 +00:00
|
|
|
.reply {
|
|
|
|
line-height:1.2;
|
|
|
|
margin-bottom:15px;
|
2012-08-10 06:32:03 +00:00
|
|
|
}
|
2013-03-12 13:48:47 +00:00
|
|
|
.reply .txt {
|
2013-04-04 11:58:00 +00:00
|
|
|
margin-left:38px;
|
2012-06-26 08:44:39 +00:00
|
|
|
}
|
2013-03-12 13:48:47 +00:00
|
|
|
.reply-con {
|
2013-03-15 06:41:20 +00:00
|
|
|
font-size:12px;
|
|
|
|
line-height:1.3;
|
|
|
|
margin:4px 0 0;
|
2012-08-14 08:33:16 +00:00
|
|
|
}
|
2013-03-12 13:48:47 +00:00
|
|
|
.reply-input {
|
|
|
|
width:530px;
|
|
|
|
padding:5px;
|
|
|
|
height:20px;
|
|
|
|
vertical-align:top;
|
2012-06-26 08:44:39 +00:00
|
|
|
}
|
2013-06-01 06:15:47 +00:00
|
|
|
.msg-form .submit,
|
|
|
|
.msg-form .cancel,
|
2013-03-12 13:48:47 +00:00
|
|
|
.reply-submit,
|
|
|
|
.reply-cancel {
|
2014-04-12 08:53:48 +00:00
|
|
|
padding:5px 15px;
|
2014-03-31 10:57:48 +00:00
|
|
|
background:#fff;
|
2014-04-12 08:53:48 +00:00
|
|
|
margin-top:6px;
|
|
|
|
}
|
|
|
|
.msg-form .submit {
|
|
|
|
color:#fff;
|
|
|
|
background:#4abb49;
|
|
|
|
border:1px solid #5cb25b;
|
|
|
|
}
|
|
|
|
.msg-form .submit:hover {
|
2014-04-14 08:40:13 +00:00
|
|
|
background:#55ab22;
|
2014-03-31 10:57:48 +00:00
|
|
|
}
|
|
|
|
.msg-form .cancel {
|
|
|
|
margin-left:6px;
|
2012-06-25 06:57:14 +00:00
|
|
|
}
|
2013-01-25 09:56:02 +00:00
|
|
|
#msg-upward {
|
|
|
|
position:fixed;
|
2013-02-05 09:50:32 +00:00
|
|
|
font-weight:normal;
|
|
|
|
}
|
|
|
|
#msg-upward:hover {
|
|
|
|
text-decoration:none;
|
2013-01-25 09:56:02 +00:00
|
|
|
}
|
2013-03-12 13:48:47 +00:00
|
|
|
#msgs-more {
|
|
|
|
width:576px;
|
|
|
|
margin-left:64px;
|
|
|
|
}
|
2012-07-02 02:21:17 +00:00
|
|
|
/*file upload*/
|
2013-02-05 09:50:32 +00:00
|
|
|
.files-add {
|
2012-12-06 09:44:50 +00:00
|
|
|
position: relative;
|
|
|
|
overflow: hidden;
|
|
|
|
margin-bottom:7px;
|
|
|
|
}
|
2013-02-05 09:50:32 +00:00
|
|
|
.files-add .op {
|
2012-12-06 09:44:50 +00:00
|
|
|
font-size:1.15em;
|
|
|
|
font-weight:bold;
|
|
|
|
display:inline-block;
|
|
|
|
padding-left:18px;
|
2013-02-05 09:50:32 +00:00
|
|
|
background-color:#fff;
|
|
|
|
background-position:0 -207px;
|
2012-12-06 09:44:50 +00:00
|
|
|
}
|
|
|
|
#user-avatar-input,
|
|
|
|
#grp-avatar-input,
|
|
|
|
#upload-file-form .files-add input {
|
2012-12-07 03:22:41 +00:00
|
|
|
cursor:pointer;
|
2012-12-06 09:44:50 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
margin: 0;
|
|
|
|
opacity: 0;
|
2013-03-04 09:41:43 +00:00
|
|
|
filter: alpha(opacity=0);
|
2012-12-06 09:44:50 +00:00
|
|
|
}
|
|
|
|
#user-avatar-input,
|
|
|
|
#grp-avatar-input {
|
|
|
|
right:0;
|
|
|
|
}
|
|
|
|
#upload-file-form .MultiFile-label {
|
|
|
|
padding:4px 0;
|
|
|
|
border-bottom:1px solid #ebebeb;
|
|
|
|
}
|
|
|
|
#upload-file-form .MultiFile-remove {
|
|
|
|
padding:0 4px;
|
|
|
|
color:#000;
|
|
|
|
font-weight:bold;
|
|
|
|
border:1px solid #eee;
|
|
|
|
}
|
|
|
|
#upload-file-form .MultiFile-remove:hover {
|
|
|
|
text-decoration:none;
|
|
|
|
}
|
2012-12-08 12:11:39 +00:00
|
|
|
.upload-progress-con,
|
|
|
|
.upload-cancel {
|
2012-12-06 09:44:50 +00:00
|
|
|
margin-top:.8em;
|
|
|
|
}
|
2012-12-08 12:11:39 +00:00
|
|
|
.upload-progress-bar {/*for progress container*/
|
2012-07-02 02:21:17 +00:00
|
|
|
height:1em;
|
2012-12-08 12:11:39 +00:00
|
|
|
margin-top:-3px;
|
2012-07-02 02:21:17 +00:00
|
|
|
}
|
2012-12-08 12:11:39 +00:00
|
|
|
.upload-progress-bar .ui-progressbar-value {/*for progress*/
|
2012-07-02 02:21:17 +00:00
|
|
|
background:#e83;
|
|
|
|
margin:0;
|
|
|
|
}
|
2012-07-02 14:45:21 +00:00
|
|
|
|
2012-08-21 08:01:18 +00:00
|
|
|
/* file view online, file edit */
|
2012-07-13 09:26:33 +00:00
|
|
|
.file-op {
|
|
|
|
color:#444;
|
|
|
|
text-align:right;
|
|
|
|
}
|
2013-01-03 11:28:57 +00:00
|
|
|
#shared-link,
|
2013-11-13 02:29:52 +00:00
|
|
|
#shared-upload-link,
|
|
|
|
#shared-link-text,
|
|
|
|
#shared-upload-link-text {
|
2012-09-07 11:50:29 +00:00
|
|
|
border:0;
|
2013-01-08 09:43:29 +00:00
|
|
|
}
|
2013-11-13 02:29:52 +00:00
|
|
|
#shared-link-text,
|
|
|
|
#shared-upload-link-text {
|
2013-07-01 06:29:22 +00:00
|
|
|
background:transparent;
|
2013-07-19 12:05:18 +00:00
|
|
|
height:auto;
|
2012-09-07 11:50:29 +00:00
|
|
|
}
|
2014-06-25 03:59:10 +00:00
|
|
|
#link-options {
|
|
|
|
margin-bottom:10px;
|
|
|
|
}
|
2013-11-14 07:45:43 +00:00
|
|
|
#gen-upload-link-btn {
|
|
|
|
margin-top: 0.5em;
|
|
|
|
}
|
2012-12-14 11:56:27 +00:00
|
|
|
.file-op {
|
2012-07-28 07:25:08 +00:00
|
|
|
margin-top:0.8em;
|
2012-07-14 07:19:09 +00:00
|
|
|
}
|
2012-07-13 09:26:33 +00:00
|
|
|
.file-op a {
|
|
|
|
font-weight:normal;
|
2012-08-06 12:29:14 +00:00
|
|
|
margin-left:2px;
|
2012-07-13 09:26:33 +00:00
|
|
|
}
|
|
|
|
.file-op button {
|
|
|
|
color:#444;
|
|
|
|
}
|
2013-07-23 10:56:52 +00:00
|
|
|
.file-op [class^='icon-'],
|
|
|
|
.file-op [class^='sf-icon-'] {
|
|
|
|
font-size:1em;
|
|
|
|
margin-right:3px;
|
|
|
|
color:#666;
|
|
|
|
}
|
2012-10-24 07:40:25 +00:00
|
|
|
#text-diff-output {
|
2012-07-27 11:53:49 +00:00
|
|
|
padding:3px;
|
2012-07-13 09:26:33 +00:00
|
|
|
background:#dedede;
|
|
|
|
border-radius:3px;
|
|
|
|
-moz-border-radius:3px;
|
2012-09-17 04:57:29 +00:00
|
|
|
margin-top:12px;
|
2012-08-10 13:35:58 +00:00
|
|
|
}
|
|
|
|
#file-op {
|
|
|
|
padding:8px 10px;
|
|
|
|
background:#fff;
|
|
|
|
text-align:right;
|
|
|
|
border:1px solid #ccc;
|
|
|
|
}
|
2015-07-28 04:22:52 +00:00
|
|
|
#file-op button,
|
|
|
|
#file-op .btn-link {
|
2012-11-12 06:12:49 +00:00
|
|
|
padding:2px 8px;
|
2012-08-10 13:35:58 +00:00
|
|
|
}
|
2013-02-24 08:52:10 +00:00
|
|
|
#file-enc-cont {
|
|
|
|
width:950px;
|
|
|
|
margin:-20px auto 6px;
|
|
|
|
text-align:right;
|
|
|
|
}
|
|
|
|
#file-enc {
|
|
|
|
border:1px solid #ddd;
|
2014-07-09 09:51:07 +00:00
|
|
|
padding:0;
|
2013-02-24 08:52:10 +00:00
|
|
|
}
|
2012-12-14 11:56:27 +00:00
|
|
|
#file-view-tip {
|
2015-04-15 08:51:18 +00:00
|
|
|
height:130px;
|
|
|
|
padding:30px 10px 10px;
|
2012-12-14 11:56:27 +00:00
|
|
|
width:930px;
|
2012-08-10 13:35:58 +00:00
|
|
|
background:#fff;
|
2014-04-12 05:37:01 +00:00
|
|
|
text-align:center;
|
2012-07-13 09:26:33 +00:00
|
|
|
}
|
|
|
|
#docu-view {
|
2012-08-23 07:37:36 +00:00
|
|
|
font-size:14px;/*override .ace_editor*/
|
2012-08-24 03:50:28 +00:00
|
|
|
line-height:1.6em;
|
2012-07-31 09:29:25 +00:00
|
|
|
font-family: Consolas,"Liberation Mono",Courier,monospace;/*override .ace_editor*/
|
2012-07-02 14:45:21 +00:00
|
|
|
min-height: 200px;
|
2012-07-13 09:26:33 +00:00
|
|
|
}
|
2013-01-31 05:17:28 +00:00
|
|
|
#img-prev-next {
|
|
|
|
font-size:1.1em;
|
|
|
|
margin-bottom:5px;
|
2012-08-24 03:50:28 +00:00
|
|
|
}
|
2012-07-13 09:26:33 +00:00
|
|
|
#image-view {
|
|
|
|
padding:1px;
|
|
|
|
background:#fff;
|
|
|
|
border:1px solid #eee;
|
|
|
|
}
|
|
|
|
#docu-view,
|
2012-07-23 06:58:54 +00:00
|
|
|
#svg-view,
|
2013-03-25 12:27:17 +00:00
|
|
|
#md-view,
|
|
|
|
#md-edit {
|
2012-07-13 09:26:33 +00:00
|
|
|
background:#fff;
|
|
|
|
}
|
2013-03-25 12:27:17 +00:00
|
|
|
#md-view,
|
|
|
|
#md-edit {
|
2012-12-06 09:28:37 +00:00
|
|
|
width:756px;
|
2012-08-25 02:55:01 +00:00
|
|
|
}
|
2013-03-15 08:57:33 +00:00
|
|
|
#md-view h2,
|
2013-03-25 12:27:17 +00:00
|
|
|
#wmd-preview h2,
|
2013-03-15 08:57:33 +00:00
|
|
|
#wiki-content h2 {
|
2013-01-05 12:22:59 +00:00
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
}
|
2014-01-17 08:56:20 +00:00
|
|
|
.wiki-image {
|
|
|
|
display: block;
|
|
|
|
margin-left: auto;
|
2015-01-25 10:47:42 +00:00
|
|
|
margin-right: auto;
|
2014-01-17 08:56:20 +00:00
|
|
|
max-width: 100%;
|
|
|
|
}
|
2013-07-22 09:16:44 +00:00
|
|
|
#wiki-content img {
|
2015-01-25 10:47:42 +00:00
|
|
|
padding: 5px;
|
2013-07-22 09:16:44 +00:00
|
|
|
border: 1px solid #DDD;
|
|
|
|
box-shadow: 0 1px 1px #CCC;
|
2015-01-25 10:47:42 +00:00
|
|
|
border-radius: 2px;
|
2014-01-17 08:56:20 +00:00
|
|
|
max-width:688px;
|
2013-08-07 10:04:12 +00:00
|
|
|
margin:15px 0;
|
2013-07-22 09:16:44 +00:00
|
|
|
}
|
2014-01-17 08:56:20 +00:00
|
|
|
#wiki-content .file-icon {
|
|
|
|
border:0;
|
|
|
|
padding:0;
|
|
|
|
border-radius:0;
|
|
|
|
box-shadow:none;
|
|
|
|
margin:0 2px 0 0;
|
2013-04-13 12:50:18 +00:00
|
|
|
}
|
2014-01-14 07:35:53 +00:00
|
|
|
.anchor {
|
|
|
|
font-size:0.8em;
|
2015-01-25 10:47:42 +00:00
|
|
|
margin-left:6px;
|
2014-01-14 07:35:53 +00:00
|
|
|
}
|
|
|
|
.anchor:hover {
|
2015-01-25 10:47:42 +00:00
|
|
|
text-decoration:none;
|
2014-01-14 07:35:53 +00:00
|
|
|
}
|
2012-07-13 09:26:33 +00:00
|
|
|
#svg-view {
|
|
|
|
min-height:500px;/*for ff*/
|
2012-07-02 16:30:15 +00:00
|
|
|
}
|
2012-12-14 11:56:27 +00:00
|
|
|
#svg-view,
|
|
|
|
#pdf {
|
|
|
|
width:950px;
|
|
|
|
margin:0 auto;
|
|
|
|
}
|
2015-08-13 07:16:44 +00:00
|
|
|
.pdf-page {
|
|
|
|
display:block;
|
|
|
|
max-width:950px;
|
|
|
|
margin:0 auto 20px;
|
|
|
|
}
|
2012-07-24 09:44:44 +00:00
|
|
|
#doc-view {
|
2012-08-02 10:55:51 +00:00
|
|
|
min-height:700px;
|
|
|
|
_height:700px;
|
2012-07-24 09:44:44 +00:00
|
|
|
}
|
2012-11-21 07:10:42 +00:00
|
|
|
#op-after-edit {
|
2012-11-27 07:47:08 +00:00
|
|
|
margin-top:.9em;
|
2012-08-20 09:15:24 +00:00
|
|
|
}
|
2012-11-23 03:29:02 +00:00
|
|
|
#op-after-edit button {
|
|
|
|
margin-left:5px;
|
|
|
|
}
|
2012-08-20 09:15:24 +00:00
|
|
|
#file-edit-cancel {
|
|
|
|
color:#900;
|
2012-11-27 07:47:08 +00:00
|
|
|
font-weight: normal;
|
|
|
|
margin-left: 3px;
|
2012-08-20 09:15:24 +00:00
|
|
|
}
|
2012-12-03 03:34:32 +00:00
|
|
|
#op-after-edit button,
|
|
|
|
#file-edit-cancel {
|
|
|
|
vertical-align:middle; /* for ie 7 */
|
|
|
|
}
|
2012-11-27 07:47:08 +00:00
|
|
|
#sf {
|
2012-12-06 09:28:37 +00:00
|
|
|
width:624px;
|
2013-09-16 04:03:57 +00:00
|
|
|
/*font-size:15px;*/
|
|
|
|
font-size:medium;
|
2012-11-20 08:28:33 +00:00
|
|
|
background:#fff;
|
|
|
|
}
|
2012-12-06 09:28:37 +00:00
|
|
|
#sf, #md-view {
|
|
|
|
padding:40px 96px;
|
|
|
|
}
|
2013-03-25 12:27:17 +00:00
|
|
|
#md-edit-help {
|
|
|
|
width:550px;
|
|
|
|
}
|
2014-11-14 03:23:58 +00:00
|
|
|
/* for repo, file_view page. */
|
|
|
|
#side-toolbar {
|
2014-07-17 05:56:36 +00:00
|
|
|
position:fixed;
|
|
|
|
right:0;
|
|
|
|
}
|
2014-11-14 03:23:58 +00:00
|
|
|
.side-toolbar .item {
|
2014-07-17 05:56:36 +00:00
|
|
|
width:59px;
|
|
|
|
height:40px;
|
|
|
|
padding-top:18px;
|
|
|
|
background:#fff;
|
|
|
|
text-align:center;
|
|
|
|
cursor:pointer;
|
|
|
|
border:1px solid #c0c0c0;
|
|
|
|
border-right:0;
|
|
|
|
border-top:0;
|
|
|
|
}
|
2014-11-14 03:23:58 +00:00
|
|
|
.side-toolbar .item:first-child {
|
2014-07-17 05:56:36 +00:00
|
|
|
border-top:1px solid #c0c0c0;
|
|
|
|
border-top-left-radius:3px;
|
|
|
|
}
|
2014-11-14 03:23:58 +00:00
|
|
|
.side-toolbar .item:last-child {
|
2014-07-17 05:56:36 +00:00
|
|
|
border-bottom-left-radius:3px;
|
|
|
|
}
|
2013-10-15 09:41:02 +00:00
|
|
|
/* shareadmin & useradmin */
|
2012-07-19 03:30:12 +00:00
|
|
|
.view-link-alert p {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2015-01-21 03:14:34 +00:00
|
|
|
.perm-add-perm,
|
2015-04-25 06:28:09 +00:00
|
|
|
.user-perm-add-perm,
|
|
|
|
.group-perm-add-perm,
|
2015-01-21 03:14:34 +00:00
|
|
|
.perm-toggle-select,
|
2015-04-25 06:28:09 +00:00
|
|
|
#folder-perm-tabs .perm-select,
|
2013-10-15 09:41:02 +00:00
|
|
|
.share-permission-select,
|
2014-07-07 08:05:14 +00:00
|
|
|
.user-role-select,
|
2013-10-15 09:41:02 +00:00
|
|
|
.user-status-select {
|
2013-03-02 07:24:33 +00:00
|
|
|
position:relative;/*for long text in other lang in 'share admin'*/
|
2014-02-24 10:41:31 +00:00
|
|
|
padding:3px 2px;
|
2012-10-18 13:28:15 +00:00
|
|
|
background:#fff;
|
2012-10-19 07:14:43 +00:00
|
|
|
border:1px solid #ddd;
|
2012-10-18 13:28:15 +00:00
|
|
|
border-radius:2px;
|
|
|
|
}
|
2012-10-22 09:15:35 +00:00
|
|
|
#to-group,
|
2013-04-04 11:58:00 +00:00
|
|
|
#discuss-to-group {
|
2012-09-19 12:42:55 +00:00
|
|
|
width:400px;
|
2012-11-13 08:22:35 +00:00
|
|
|
padding:0 15px;
|
2012-09-19 12:42:55 +00:00
|
|
|
position:fixed;
|
2014-11-14 03:23:58 +00:00
|
|
|
right:0;
|
|
|
|
border-radius:5px 0 0 5px;
|
2012-11-13 08:22:35 +00:00
|
|
|
background:#fff;
|
2012-09-19 12:42:55 +00:00
|
|
|
border:1px solid #cbcbcb;
|
|
|
|
box-shadow: 0 2px 4px rgba(0,0,0,.2);
|
|
|
|
-moz-box-shadow: -1px 1px 1px rgba(0,0,0,.2);
|
|
|
|
-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.2);
|
|
|
|
}
|
2013-04-04 11:58:00 +00:00
|
|
|
#discuss-to-group {
|
|
|
|
padding-bottom:10px;
|
2012-09-19 12:42:55 +00:00
|
|
|
}
|
2013-04-04 11:58:00 +00:00
|
|
|
#discussions-to-grp {
|
|
|
|
height:auto;
|
|
|
|
overflow:auto;
|
2013-04-09 07:26:06 +00:00
|
|
|
position:relative;/*for ie7*/
|
2012-09-19 12:42:55 +00:00
|
|
|
}
|
2013-04-04 11:58:00 +00:00
|
|
|
#discussions-to-grp .msg {
|
2012-09-19 12:42:55 +00:00
|
|
|
width:380px;
|
|
|
|
}
|
2013-04-09 07:26:06 +00:00
|
|
|
#discussions-to-grp .msg-main {
|
|
|
|
width:282px;/*for ie7*/
|
|
|
|
}
|
2013-04-04 11:58:00 +00:00
|
|
|
#discussions-to-grp .reply-input {
|
2013-04-09 07:26:06 +00:00
|
|
|
width:270px;
|
2012-09-19 12:42:55 +00:00
|
|
|
}
|
2013-07-20 08:44:05 +00:00
|
|
|
#to-group,
|
2014-11-14 03:23:58 +00:00
|
|
|
#discuss-to-group {
|
2013-07-20 08:44:05 +00:00
|
|
|
z-index:12; /* to be on top of 'fixed-hd' in repo.html*/
|
|
|
|
}
|
2012-10-20 13:37:02 +00:00
|
|
|
/*to-group*/
|
|
|
|
#to-group {
|
2012-10-22 05:19:12 +00:00
|
|
|
width:auto;
|
2014-11-14 03:23:58 +00:00
|
|
|
min-width:250px;
|
|
|
|
padding:0 12px 10px;
|
|
|
|
right:78px;
|
|
|
|
}
|
|
|
|
#to-group .outer-caret {
|
|
|
|
position:absolute;
|
|
|
|
top: 15px;
|
|
|
|
right: -15px;
|
|
|
|
}
|
|
|
|
#to-group .outer-caret,
|
|
|
|
#to-group .inner-caret {
|
|
|
|
border-color:transparent #cbcbcb;
|
|
|
|
border-right-width:0;
|
|
|
|
}
|
|
|
|
#to-group .inner-caret {
|
|
|
|
border-left-color:#fff;
|
|
|
|
top:-15px;
|
|
|
|
left:-16px;
|
|
|
|
}
|
|
|
|
#to-group ul {
|
|
|
|
padding-left: 20px;
|
|
|
|
list-style-type: disc;
|
|
|
|
}
|
|
|
|
#to-group a {
|
|
|
|
padding:1px 3px;
|
2012-10-22 05:19:12 +00:00
|
|
|
}
|
2013-03-15 06:41:20 +00:00
|
|
|
/*discuss to group*/
|
2013-04-04 11:58:00 +00:00
|
|
|
#discuss-to-group-form .checkbox-label {
|
|
|
|
display:inline-block;
|
|
|
|
white-space:nowrap;
|
|
|
|
padding-right:3px;
|
|
|
|
margin-right:10px;
|
2013-04-05 03:52:37 +00:00
|
|
|
margin-top:0;
|
2012-10-22 09:15:35 +00:00
|
|
|
}
|
2013-03-15 06:41:20 +00:00
|
|
|
#discuss-to-group-form .input {
|
|
|
|
padding:5px;
|
|
|
|
width:388px;
|
2012-10-22 09:15:35 +00:00
|
|
|
height:5em;
|
2013-04-05 03:52:37 +00:00
|
|
|
resize:none;
|
|
|
|
vertical-align:top;
|
|
|
|
}
|
|
|
|
#discuss-to-group-form .attachment {
|
|
|
|
margin-left:5px;
|
2012-10-22 09:15:35 +00:00
|
|
|
}
|
2012-10-16 06:47:36 +00:00
|
|
|
/* text file diff */
|
2012-10-24 07:40:25 +00:00
|
|
|
.file-modification-hd .modifier,
|
|
|
|
.file-modification-hd .time {
|
|
|
|
font-weight:normal;
|
|
|
|
font-size:13px;
|
|
|
|
color:#666;
|
2012-10-20 03:48:19 +00:00
|
|
|
}
|
2012-10-24 07:40:25 +00:00
|
|
|
.file-modification-hd a {
|
|
|
|
margin:0 3px 0 5px;
|
|
|
|
}
|
|
|
|
.file-modification-hd .avatar,
|
|
|
|
.file-modification-meta-info .span {
|
|
|
|
vertical-align:middle;
|
|
|
|
}
|
|
|
|
.file-modification-hd .time {
|
|
|
|
margin-left:5px;
|
|
|
|
}
|
|
|
|
#text-diff-output {
|
|
|
|
font-size:14px;
|
|
|
|
font-family:monospace;
|
|
|
|
}
|
|
|
|
#text-diff-output .blank-file,
|
|
|
|
#text-diff-output .diff-con {
|
|
|
|
background:#fff;
|
|
|
|
border:1px solid #ccc;
|
|
|
|
margin:0;
|
|
|
|
}
|
|
|
|
#text-diff-output .blank-file {
|
|
|
|
padding:2em 1em;
|
|
|
|
}
|
|
|
|
#text-diff-output th {
|
2012-10-20 03:48:19 +00:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
#text-diff-output td {
|
2012-10-24 07:40:25 +00:00
|
|
|
font-size:12px;
|
|
|
|
word-wrap:break-word;
|
|
|
|
padding:2px 3px;
|
|
|
|
border-bottom:none;
|
|
|
|
}
|
|
|
|
#text-diff-output .diff-header {
|
|
|
|
text-align:right;
|
|
|
|
vertical-align:top; /* make the line number stay there even its right td gets multi lines of content */
|
|
|
|
background-color:#ebebeb;
|
|
|
|
border-right:1px solid #eee;
|
2012-10-20 03:48:19 +00:00
|
|
|
}
|
2012-10-24 07:40:25 +00:00
|
|
|
.diff-add {
|
|
|
|
color: #080;
|
2012-10-20 03:48:19 +00:00
|
|
|
}
|
2012-10-24 07:40:25 +00:00
|
|
|
.diff-sub {
|
|
|
|
color: #c00;
|
|
|
|
}
|
|
|
|
.diff-chg {
|
|
|
|
color: #c3f;
|
2012-10-20 03:48:19 +00:00
|
|
|
}
|
2013-02-21 11:59:58 +00:00
|
|
|
.pubinfo-item {
|
|
|
|
display:inline-block;
|
|
|
|
min-width:66px;
|
|
|
|
}
|
2013-03-02 07:51:16 +00:00
|
|
|
.pubinfo-item {
|
|
|
|
*display:inline;
|
|
|
|
}
|
2013-03-02 07:24:33 +00:00
|
|
|
.ru .pubinfo-item {
|
|
|
|
min-width:64px;
|
|
|
|
}
|
|
|
|
.de .pubinfo-item {
|
|
|
|
min-width:63px;
|
|
|
|
}
|
2013-02-21 11:59:58 +00:00
|
|
|
.pubinfo-item .amount {
|
|
|
|
font-size:28px;
|
|
|
|
line-height:1;
|
|
|
|
font-weight:bold;
|
|
|
|
color:#222;
|
|
|
|
}
|
|
|
|
.pubinfo-item .obj {
|
|
|
|
font-size:11px;
|
|
|
|
color:#999;
|
|
|
|
}
|
2013-02-26 04:16:18 +00:00
|
|
|
.video-container {
|
|
|
|
margin: auto;
|
|
|
|
width: 800px;
|
|
|
|
height: 400px;
|
|
|
|
}
|
|
|
|
.audio-container {
|
|
|
|
margin: auto;
|
|
|
|
width: 500px;
|
|
|
|
height: 30px;
|
2013-02-27 10:43:18 +00:00
|
|
|
}
|
2013-03-07 04:05:30 +00:00
|
|
|
|
|
|
|
/* wiki page */
|
2014-02-26 03:55:54 +00:00
|
|
|
.wiki-top {/* for lang with long words */
|
2013-03-15 08:57:33 +00:00
|
|
|
text-align:right;
|
2014-02-26 03:55:54 +00:00
|
|
|
height:auto;
|
2013-03-12 08:09:30 +00:00
|
|
|
}
|
2013-03-15 08:57:33 +00:00
|
|
|
.wiki-top .op-btn {
|
|
|
|
margin-left:3px;
|
2013-03-07 04:05:30 +00:00
|
|
|
}
|
2013-03-15 08:57:33 +00:00
|
|
|
.wiki-nav .item {
|
|
|
|
float:left;
|
2013-03-15 02:16:19 +00:00
|
|
|
}
|
2013-03-15 08:57:33 +00:00
|
|
|
.wiki-nav .link {
|
2014-02-14 10:46:53 +00:00
|
|
|
color:#333;
|
2013-03-15 08:57:33 +00:00
|
|
|
font-weight:normal;
|
2013-03-15 02:16:19 +00:00
|
|
|
}
|
2013-03-15 08:57:33 +00:00
|
|
|
#wiki-area {
|
|
|
|
padding: 0 0;
|
2013-03-15 02:16:19 +00:00
|
|
|
}
|
2013-03-15 12:47:26 +00:00
|
|
|
#wiki-last-modified {
|
|
|
|
margin-top: 10px;
|
|
|
|
font-size:12px;
|
|
|
|
color: #666;
|
|
|
|
}
|
2013-03-15 08:57:33 +00:00
|
|
|
#wiki-pages {
|
|
|
|
list-style-type:disc;
|
|
|
|
padding-left:2em;
|
|
|
|
margin-top:1.6em;
|
2013-03-08 11:34:53 +00:00
|
|
|
}
|
|
|
|
.wiki-page-missing {
|
|
|
|
color:red;
|
2013-03-09 04:01:28 +00:00
|
|
|
}
|
2013-03-04 09:25:47 +00:00
|
|
|
|
2013-03-15 08:57:33 +00:00
|
|
|
/* search */
|
2013-05-20 07:03:55 +00:00
|
|
|
.search-form,
|
|
|
|
#search-form .input_and_submit {
|
2013-03-08 08:45:04 +00:00
|
|
|
padding-left:5px;
|
2013-03-09 12:44:28 +00:00
|
|
|
height:24px;
|
2013-03-08 08:45:04 +00:00
|
|
|
border:1px solid #ddd;
|
|
|
|
border-radius:3px;
|
|
|
|
background:#fff;
|
2013-04-20 11:19:38 +00:00
|
|
|
position:relative;
|
2013-03-04 09:25:47 +00:00
|
|
|
}
|
2013-03-08 08:45:04 +00:00
|
|
|
#top-search-form {
|
2014-01-17 05:34:55 +00:00
|
|
|
margin-top:7px;
|
2013-03-08 08:45:04 +00:00
|
|
|
}
|
|
|
|
.search-input,
|
|
|
|
.search-form .search-submit {
|
2014-02-26 06:36:05 +00:00
|
|
|
padding:0;
|
2013-03-09 12:44:28 +00:00
|
|
|
height:24px;
|
2013-03-08 08:45:04 +00:00
|
|
|
border:0;
|
|
|
|
margin:0;
|
2013-04-20 11:19:38 +00:00
|
|
|
vertical-align:top;
|
2013-03-04 09:25:47 +00:00
|
|
|
}
|
2013-03-08 08:45:04 +00:00
|
|
|
.search-input {
|
2014-02-08 08:09:21 +00:00
|
|
|
width:155px;
|
2013-03-08 08:45:04 +00:00
|
|
|
outline:0;
|
2013-03-04 09:25:47 +00:00
|
|
|
}
|
2013-04-20 11:19:38 +00:00
|
|
|
.search-form .icon-caret-down {
|
|
|
|
color:#bbb;
|
|
|
|
cursor:pointer;
|
|
|
|
line-height:24px;
|
|
|
|
}
|
2013-05-20 07:03:55 +00:00
|
|
|
#advanced-search-form {
|
2013-04-20 11:19:38 +00:00
|
|
|
position:absolute;
|
2013-05-20 07:03:55 +00:00
|
|
|
width:500px;
|
|
|
|
padding:18px;
|
|
|
|
height:auto;
|
|
|
|
box-shadow:0 0 10px #ddd;
|
|
|
|
z-index:100;/* for pages with jquery tabs*/
|
|
|
|
}
|
|
|
|
#advanced-search-form .search-input {
|
|
|
|
width:98%;
|
|
|
|
padding:0 3px;
|
2013-04-20 11:19:38 +00:00
|
|
|
border:1px solid #ddd;
|
|
|
|
border-radius:3px;
|
2013-05-20 07:03:55 +00:00
|
|
|
}
|
|
|
|
#advanced-search-form .submit {
|
|
|
|
margin-bottom:0;
|
|
|
|
}
|
|
|
|
.search-scales {
|
|
|
|
margin-top:8px;
|
2013-04-20 11:19:38 +00:00
|
|
|
}
|
|
|
|
.search-scales .item {
|
2013-05-20 07:03:55 +00:00
|
|
|
width:48%;
|
2013-04-20 11:19:38 +00:00
|
|
|
}
|
2013-05-20 07:03:55 +00:00
|
|
|
.search-repos {
|
|
|
|
border-bottom:1px dotted #ddd;
|
|
|
|
margin-bottom:3px;
|
2013-04-20 11:19:38 +00:00
|
|
|
}
|
2013-05-20 07:03:55 +00:00
|
|
|
.custom-ftype-options {
|
|
|
|
font-size:13px;
|
|
|
|
padding:2px 0;
|
|
|
|
background:#fafafa;
|
|
|
|
}
|
|
|
|
.custom-ftype-options .checkbox-label {
|
|
|
|
display:inline-block;
|
|
|
|
margin:0 10px 0 0;
|
|
|
|
}
|
|
|
|
.custom-ftype-options .fileext-input {
|
|
|
|
padding:0 3px;
|
|
|
|
width:70%;
|
2013-04-20 11:19:38 +00:00
|
|
|
}
|
2013-03-08 08:45:04 +00:00
|
|
|
.search-form .search-submit {
|
|
|
|
width:30px;
|
2013-04-13 09:30:42 +00:00
|
|
|
background:#fff;
|
|
|
|
}
|
|
|
|
.search-form .icon-search {
|
|
|
|
font-size:16px;
|
|
|
|
color:#aaa;
|
2013-03-04 09:25:47 +00:00
|
|
|
}
|
2013-09-07 03:44:21 +00:00
|
|
|
#search-form,
|
2013-09-23 07:57:54 +00:00
|
|
|
#search-user-form,
|
|
|
|
#search-repo-form{
|
2013-05-20 07:03:55 +00:00
|
|
|
padding:7px 5px;
|
|
|
|
height:auto;
|
|
|
|
background:#f7f7f8;
|
|
|
|
border:0;
|
|
|
|
border-radius:2px;
|
|
|
|
}
|
|
|
|
#search-form .input_and_submit {
|
|
|
|
display:inline-block;
|
2013-03-08 08:45:04 +00:00
|
|
|
width:426px;
|
|
|
|
*width:430px;
|
2013-03-04 09:25:47 +00:00
|
|
|
}
|
2013-05-20 07:03:55 +00:00
|
|
|
#search-form .advanced-search {
|
|
|
|
color:#666;
|
|
|
|
font-size:16px;
|
|
|
|
cursor:pointer;
|
|
|
|
margin-left:4px;
|
|
|
|
}
|
2013-03-08 08:45:04 +00:00
|
|
|
#search-form .search-input {
|
|
|
|
width:392px;
|
2013-03-04 09:25:47 +00:00
|
|
|
}
|
2013-03-08 08:45:04 +00:00
|
|
|
#search-results {
|
|
|
|
padding-top:15px;
|
2013-03-09 06:15:53 +00:00
|
|
|
}
|
|
|
|
#search-results a {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
2014-05-16 09:36:28 +00:00
|
|
|
#search-results b {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2013-03-09 06:15:53 +00:00
|
|
|
.search-results-item {
|
2013-03-27 09:09:59 +00:00
|
|
|
margin-top:15px;
|
2013-03-09 06:15:53 +00:00
|
|
|
}
|
2013-03-27 09:09:59 +00:00
|
|
|
.search-results-item .main-con {
|
2015-05-28 07:50:28 +00:00
|
|
|
margin-left:45px;
|
2013-03-09 06:15:53 +00:00
|
|
|
}
|
2015-05-29 03:05:33 +00:00
|
|
|
.search-results-item .parent-dir-link {
|
|
|
|
color:#888;
|
2013-03-09 06:15:53 +00:00
|
|
|
}
|
2013-03-27 09:09:59 +00:00
|
|
|
.search-results-item .time {
|
|
|
|
color:#666;
|
2013-03-12 13:48:47 +00:00
|
|
|
}
|
2015-05-28 09:33:59 +00:00
|
|
|
.search-results-item .highlight-content {
|
|
|
|
margin:0;
|
|
|
|
}
|
2013-05-15 05:43:21 +00:00
|
|
|
#plan-form {
|
|
|
|
width:260px;
|
2013-05-18 03:09:34 +00:00
|
|
|
}
|
2013-06-01 06:15:47 +00:00
|
|
|
#mass-msg {
|
2013-06-06 12:09:29 +00:00
|
|
|
width:424px;
|
|
|
|
height:100px;
|
2013-07-22 09:16:44 +00:00
|
|
|
padding:2px;
|
2013-06-01 06:15:47 +00:00
|
|
|
margin-bottom:3px;
|
2013-05-08 09:13:55 +00:00
|
|
|
}
|
2013-06-01 06:15:47 +00:00
|
|
|
#mass-email {
|
2013-06-06 12:09:29 +00:00
|
|
|
width:432px;
|
2014-07-09 09:51:07 +00:00
|
|
|
padding:0;
|
2013-05-08 09:13:55 +00:00
|
|
|
}
|
2013-05-18 06:09:17 +00:00
|
|
|
/* payments */
|
2014-03-25 10:04:42 +00:00
|
|
|
#plans {
|
|
|
|
margin-top:24px;
|
|
|
|
}
|
|
|
|
#plans p {
|
|
|
|
margin:13px 0;
|
|
|
|
}
|
|
|
|
#plans th,
|
|
|
|
#plans td {
|
|
|
|
text-align:center;
|
|
|
|
padding:6px 10px;
|
|
|
|
border:1px solid #ede;
|
|
|
|
}
|
|
|
|
#plans th {
|
|
|
|
color:#eb8205;
|
|
|
|
font-weight:bold;
|
|
|
|
font-size:16px;
|
2013-05-18 06:09:17 +00:00
|
|
|
}
|
2014-03-25 10:04:42 +00:00
|
|
|
#plans .price {
|
|
|
|
color:#666;
|
|
|
|
font-size:14px;
|
|
|
|
}
|
|
|
|
#plans tr:nth-child(even) td {
|
|
|
|
background: #f8f8f8;
|
|
|
|
}
|
|
|
|
#plans .empty-cell {
|
|
|
|
border-top-color:transparent;
|
|
|
|
border-left-color:transparent;
|
|
|
|
}
|
|
|
|
#plans .item {
|
2015-01-25 10:47:42 +00:00
|
|
|
text-align:right;
|
2014-03-25 10:04:42 +00:00
|
|
|
font-weight:bold;
|
|
|
|
color:#555;
|
|
|
|
}
|
|
|
|
#plan-form .options {
|
|
|
|
margin-right: 15px;
|
|
|
|
}
|
|
|
|
.signup-btn {
|
|
|
|
font-size:14px;
|
|
|
|
padding:10px 14px;
|
|
|
|
margin:10px 15px 20px 0;
|
2013-05-21 14:54:35 +00:00
|
|
|
}
|
2013-10-14 06:13:15 +00:00
|
|
|
#search-repo-form label,
|
|
|
|
#search-user-form label {
|
|
|
|
width:3.5em;
|
2013-09-28 08:50:34 +00:00
|
|
|
}
|
2013-10-14 06:13:15 +00:00
|
|
|
#search-repo-form .submit,
|
|
|
|
#search-user-form .submit {
|
|
|
|
margin-left:3.5em;
|
2013-09-28 08:50:34 +00:00
|
|
|
}
|
2015-04-15 01:36:42 +00:00
|
|
|
#myhome-enable-mods,
|
2015-04-16 03:58:13 +00:00
|
|
|
#enable-mods {
|
2015-09-12 08:51:58 +00:00
|
|
|
margin:3px 0 0;
|
2015-09-08 07:46:37 +00:00
|
|
|
color:#ccc;
|
2015-09-12 08:51:58 +00:00
|
|
|
font-size:18px;
|
2015-04-16 03:58:13 +00:00
|
|
|
}
|
2014-02-12 10:07:50 +00:00
|
|
|
#edit-index {
|
2014-02-27 07:26:08 +00:00
|
|
|
color:#d7d7d7;
|
2014-01-24 03:49:50 +00:00
|
|
|
margin-top:3px;
|
2013-10-12 05:49:02 +00:00
|
|
|
}
|
2014-02-12 10:07:50 +00:00
|
|
|
#edit-index:hover {
|
2013-10-12 05:49:02 +00:00
|
|
|
color:#666;
|
2013-12-10 04:14:12 +00:00
|
|
|
cursor:pointer;
|
2013-10-12 05:49:02 +00:00
|
|
|
}
|
2013-11-25 10:43:40 +00:00
|
|
|
#add-msg .icon-pencil {
|
|
|
|
font-size:1em;
|
|
|
|
margin:0 3px 0 0;
|
|
|
|
}
|
2013-12-17 09:49:11 +00:00
|
|
|
.help-con {
|
2014-02-08 08:09:21 +00:00
|
|
|
padding:0 0 0 30px;
|
2013-12-17 09:49:11 +00:00
|
|
|
}
|
2014-04-15 08:34:20 +00:00
|
|
|
#right-panel .help-con .hd {
|
|
|
|
font-weight:normal;
|
|
|
|
margin-bottom:15px;
|
|
|
|
}
|
2014-01-14 07:35:53 +00:00
|
|
|
/* wiki index */
|
|
|
|
.wiki-index {
|
|
|
|
margin-top:25px;
|
|
|
|
}
|
2014-04-10 07:59:03 +00:00
|
|
|
.grp-wiki-index {
|
|
|
|
margin-left:12px;
|
|
|
|
}
|
|
|
|
.wiki-index h3 {
|
2014-04-12 09:19:22 +00:00
|
|
|
color:#333;
|
2014-04-10 07:59:03 +00:00
|
|
|
}
|
2014-02-28 12:27:27 +00:00
|
|
|
#wiki-index-con {
|
|
|
|
padding-left:12px;
|
2014-04-10 07:59:03 +00:00
|
|
|
}
|
|
|
|
.grp-wiki-index #wiki-index-con {
|
|
|
|
padding:0;
|
2014-02-28 12:27:27 +00:00
|
|
|
}
|
2014-01-14 07:35:53 +00:00
|
|
|
.wiki-index ul {
|
|
|
|
list-style-type: square;
|
|
|
|
padding-left: 1.5em;
|
|
|
|
margin-bottom:5px;
|
2014-04-12 09:19:22 +00:00
|
|
|
color:#8c8c8c;
|
2014-01-14 07:35:53 +00:00
|
|
|
}
|
2014-04-10 07:59:03 +00:00
|
|
|
.wiki-index a {
|
|
|
|
font-weight:normal;
|
2014-04-12 08:53:48 +00:00
|
|
|
color:#8c8c8c;
|
|
|
|
}
|
|
|
|
.wiki-index a:hover {
|
|
|
|
color:#f93;
|
|
|
|
text-decoration:underline;
|
2014-04-10 07:59:03 +00:00
|
|
|
}
|
2014-03-27 04:09:36 +00:00
|
|
|
.client-list .lib-num {
|
|
|
|
cursor:pointer;
|
|
|
|
}
|
|
|
|
.client-list .dir-icon {
|
|
|
|
color:#666;
|
|
|
|
}
|
2014-03-25 10:04:42 +00:00
|
|
|
|
2014-04-01 07:13:07 +00:00
|
|
|
/* side-info */
|
2014-10-20 07:54:09 +00:00
|
|
|
#left-panel .side-info .hd { /* '#left-panel' to override some style */
|
|
|
|
margin-top:19px;
|
2014-04-01 07:13:07 +00:00
|
|
|
}
|
|
|
|
.go-back {
|
|
|
|
position: absolute;
|
|
|
|
left: -41px;
|
2014-10-20 07:54:09 +00:00
|
|
|
top: 9px;
|
2014-04-01 07:13:07 +00:00
|
|
|
padding: 0 5px;
|
|
|
|
font-size: 25px;
|
|
|
|
color:#ccc;
|
|
|
|
}
|
|
|
|
.go-back:hover {
|
|
|
|
color:#f93;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
#set-quota-form {
|
|
|
|
min-width:255px;
|
|
|
|
}
|
2014-04-01 09:52:41 +00:00
|
|
|
/* lib setting */
|
|
|
|
.lib-setting .input,
|
|
|
|
.lib-setting .textarea {
|
|
|
|
width:320px;
|
|
|
|
}
|
|
|
|
.lib-setting .form {
|
|
|
|
margin-bottom:30px;
|
|
|
|
}
|
|
|
|
|
2014-03-25 10:04:42 +00:00
|
|
|
/* org reg */
|
2014-08-30 06:54:46 +00:00
|
|
|
#org-url {
|
|
|
|
white-space: nowrap;
|
2014-08-26 07:25:33 +00:00
|
|
|
}
|
2014-08-30 06:54:46 +00:00
|
|
|
#org-url-prefix {
|
|
|
|
width: 50px;
|
2014-03-25 10:04:42 +00:00
|
|
|
}
|
2014-07-14 08:34:54 +00:00
|
|
|
|
|
|
|
/* notice page */
|
|
|
|
#notices-table .unread {
|
|
|
|
font-weight:bold;
|
|
|
|
}
|
|
|
|
#notices-table .avatar-cell {
|
|
|
|
vertical-align:top;
|
|
|
|
text-align:center;
|
|
|
|
padding-top:8px;
|
|
|
|
}
|
|
|
|
#notices-table .avatar {
|
|
|
|
border-radius:1000px;
|
|
|
|
}
|
|
|
|
#notices-table .brief,
|
|
|
|
#notices-table .detail {
|
2014-08-25 09:57:21 +00:00
|
|
|
margin:0.2em 100px .2em 0;
|
2014-07-14 08:34:54 +00:00
|
|
|
}
|
|
|
|
#notices-table .detail {
|
|
|
|
color:#9d9b9c;
|
|
|
|
cursor:pointer;
|
|
|
|
font-weight:normal;
|
|
|
|
}
|
2014-08-18 10:34:57 +00:00
|
|
|
#notice-list .topic,
|
|
|
|
#notices-table .topic {
|
2014-08-25 09:57:21 +00:00
|
|
|
padding:4px 13px;
|
|
|
|
border-left:3px solid #e0e0e0;
|
|
|
|
margin-left:7px;
|
2014-08-18 10:34:57 +00:00
|
|
|
}
|
2014-07-14 08:34:54 +00:00
|
|
|
#notices-table a {
|
|
|
|
font-weight:normal;
|
|
|
|
}
|
2014-07-18 11:58:29 +00:00
|
|
|
|
|
|
|
/* pwd strength */
|
|
|
|
#pwd_strength {
|
|
|
|
margin:-15px 0 20px;
|
|
|
|
}
|
|
|
|
#pwd_strength span {
|
|
|
|
display:inline-block;
|
|
|
|
width:70px;
|
|
|
|
height:16px;
|
|
|
|
border:1px solid #fff;
|
|
|
|
background:#e4e4e4;
|
|
|
|
color:#cecece;
|
|
|
|
text-align:center;
|
|
|
|
vertical-align:middle;
|
|
|
|
line-height:16px;
|
|
|
|
}
|
2014-12-08 03:31:54 +00:00
|
|
|
|
2016-02-20 06:20:50 +00:00
|
|
|
/* repo setting TODO*/
|
2015-03-25 05:36:24 +00:00
|
|
|
.user-perm-add-tr input,
|
|
|
|
.group-perm-add-tr input {
|
|
|
|
padding:2px 5px;
|
|
|
|
}
|
2015-06-17 05:33:40 +00:00
|
|
|
#perm-add-grp-name {
|
|
|
|
width: 95%;
|
|
|
|
}
|
2015-01-21 03:14:34 +00:00
|
|
|
.perm-add-select-folder {
|
|
|
|
position:relative;
|
|
|
|
right:18px;
|
|
|
|
cursor:pointer;
|
|
|
|
}
|
2015-03-25 05:36:24 +00:00
|
|
|
|
|
|
|
/* file audit*/
|
|
|
|
.audit-show-select {
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: 13px;
|
|
|
|
padding-right: 2px;
|
|
|
|
}
|
|
|
|
#audit-unselect-op div {
|
|
|
|
display: inline-block;
|
|
|
|
height: 20px;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
background: #f2f2f2;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
#audit-unselect-op span {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
#audit-unselect-op a {
|
|
|
|
margin: 0 8px;
|
|
|
|
text-decoration: none;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
2015-03-10 10:32:26 +00:00
|
|
|
/* multi repo operation */
|
2015-08-31 07:26:08 +00:00
|
|
|
.repo-op .op-link {
|
2015-08-31 08:56:14 +00:00
|
|
|
display:inline-block;
|
2015-03-10 10:32:26 +00:00
|
|
|
height:30px;
|
2015-08-31 08:56:14 +00:00
|
|
|
margin-right:15px;
|
2015-08-31 07:26:08 +00:00
|
|
|
color:#8a8a8a;
|
2015-08-31 08:56:14 +00:00
|
|
|
font-size:22px;
|
2015-03-13 05:29:06 +00:00
|
|
|
outline:none; /* removing the dotted outline for FireFox */
|
2015-03-10 10:32:26 +00:00
|
|
|
}
|
2015-08-31 07:26:08 +00:00
|
|
|
.repo-op .op-link:hover {
|
|
|
|
color:#eb8205;
|
|
|
|
text-decoration:none;
|
2015-03-10 10:32:26 +00:00
|
|
|
}
|
2015-03-13 05:29:06 +00:00
|
|
|
/* multi dirents operation */
|
|
|
|
#multi-dirents-op {
|
|
|
|
padding: 0 10px;
|
|
|
|
}
|
|
|
|
#multi-dirents-op button {
|
|
|
|
margin-left: -5px;
|
|
|
|
}
|
|
|
|
#multi-dirents-op button:focus {
|
|
|
|
outline: 0; /* removing blue border after click for chrome */
|
|
|
|
}
|
|
|
|
#multi-dirents-op span {
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
background-image: url('../img/multi-dirents-op.png');
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
display: inline-block;
|
|
|
|
margin-top:1px;
|
|
|
|
}
|
|
|
|
#multi-dirents-op .mv-dirents {
|
|
|
|
background-position: -5px -5px;
|
|
|
|
}
|
|
|
|
#multi-dirents-op .cp-dirents {
|
|
|
|
background-position: -31px -5px;
|
|
|
|
}
|
|
|
|
#multi-dirents-op .del-dirents {
|
|
|
|
background-position: -57px -5px;
|
|
|
|
}
|
2015-04-01 08:43:09 +00:00
|
|
|
#dir-private-share .label {
|
|
|
|
margin:6px 0 8px;
|
|
|
|
}
|
|
|
|
#dir-private-share .select2-container {
|
|
|
|
margin-bottom:10px;
|
|
|
|
}
|
|
|
|
#dir-private-share .submit {
|
|
|
|
margin-top:18px;
|
|
|
|
}
|
2015-04-02 02:58:59 +00:00
|
|
|
.lib-decrypt-form {
|
|
|
|
padding:25px 40px 30px;
|
|
|
|
}
|
|
|
|
.lib-decrypt-form .intro {
|
|
|
|
font-size:19px;
|
|
|
|
color:#464646;
|
|
|
|
}
|
|
|
|
.lib-decrypt-form .input {
|
|
|
|
height:30px;
|
|
|
|
width:194px;
|
|
|
|
margin-top:10px;
|
|
|
|
}
|
|
|
|
.lib-decrypt-form .submit {
|
|
|
|
width:202px;
|
|
|
|
height:36px;
|
|
|
|
margin:21px 0 10px;
|
|
|
|
}
|
2015-04-23 02:18:50 +00:00
|
|
|
|
|
|
|
/* user & group folder perm */
|
2015-06-26 07:45:15 +00:00
|
|
|
#share-popup .tabs-panel,
|
2016-02-01 07:34:15 +00:00
|
|
|
#folder-perm-tabs .tabs-panel,
|
2016-02-07 09:29:49 +00:00
|
|
|
#repo-shared-links .tabs-panel,
|
|
|
|
#repo-folder-perm .tabs-panel {
|
2015-04-28 09:18:24 +00:00
|
|
|
width:550px;
|
2015-10-22 08:17:41 +00:00
|
|
|
max-height:250px;
|
|
|
|
overflow:auto;
|
2015-04-23 02:18:50 +00:00
|
|
|
}
|
2016-02-20 06:20:50 +00:00
|
|
|
#repo-folder-perm .tabs-panel {
|
|
|
|
width:600px;
|
|
|
|
}
|
|
|
|
.repo-folder-perm-folder-path {
|
|
|
|
padding:3px 5px;
|
|
|
|
width:155px;
|
|
|
|
}
|
2015-06-26 07:45:15 +00:00
|
|
|
#share-popup .share-permission-select,
|
2015-04-25 06:28:09 +00:00
|
|
|
#folder-perm-tabs .perm-select {
|
2015-04-23 02:18:50 +00:00
|
|
|
height:30px;
|
|
|
|
}
|
2015-08-10 06:34:35 +00:00
|
|
|
#dir-user-share .submit,
|
|
|
|
#dir-group-share .submit,
|
2015-04-25 06:28:09 +00:00
|
|
|
#folder-perm-tabs .submit {
|
2015-04-23 02:18:50 +00:00
|
|
|
margin-top:2px;
|
|
|
|
height:30px;
|
|
|
|
}
|
2015-06-26 07:45:15 +00:00
|
|
|
#share-popup table,
|
2015-04-25 06:28:09 +00:00
|
|
|
#folder-perm-tabs table {
|
2015-10-22 08:17:41 +00:00
|
|
|
margin:0;
|
2015-04-25 06:28:09 +00:00
|
|
|
}
|
2015-04-28 09:18:24 +00:00
|
|
|
.select2-result-label .text {
|
|
|
|
display:inline-block;
|
2015-06-17 06:26:31 +00:00
|
|
|
width:calc(100% - 42px);
|
2015-04-28 09:18:24 +00:00
|
|
|
}
|
|
|
|
.select2-results .select2-result-label .avatar {
|
|
|
|
margin-right:10px;
|
|
|
|
}
|
|
|
|
.select2-result-label .avatar,
|
|
|
|
.select2-result-label .text {
|
|
|
|
vertical-align:middle;
|
|
|
|
}
|
2015-05-14 03:28:12 +00:00
|
|
|
|
|
|
|
/* add repo to public */
|
|
|
|
#add-pubrepo-popup {
|
|
|
|
width:500px;
|
|
|
|
}
|
|
|
|
#add-pubrepo-popup table {
|
|
|
|
margin-bottom:8px;
|
|
|
|
}
|
|
|
|
#add-pubrepo-popup tbody {
|
|
|
|
display: block;
|
|
|
|
max-height: 150px;
|
|
|
|
width: 500px;
|
|
|
|
overflow-y: auto;
|
|
|
|
overflow-x: hidden;
|
|
|
|
}
|
2015-05-26 02:39:32 +00:00
|
|
|
|
|
|
|
/* share popup */
|
2015-05-27 07:10:50 +00:00
|
|
|
#download-link-operations dl {
|
|
|
|
margin-top:0;
|
|
|
|
}
|
2015-05-26 02:39:32 +00:00
|
|
|
#download-link-operations dt {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2015-06-05 09:09:53 +00:00
|
|
|
#top-browser-tip {
|
|
|
|
padding:7px 4px;
|
|
|
|
background:#fff1a8;
|
|
|
|
text-align:center;
|
|
|
|
border-bottom:1px solid #ccc;
|
|
|
|
margin:0;
|
|
|
|
}
|
|
|
|
#top-browser-tip .close {
|
|
|
|
display:inline-block;
|
|
|
|
margin-left:10px;
|
|
|
|
cursor:pointer;
|
|
|
|
color:#15c;
|
|
|
|
}
|
2015-06-27 12:24:23 +00:00
|
|
|
/* shared upload link */
|
|
|
|
#upload-link-panel {
|
|
|
|
width:600px;
|
|
|
|
padding:10px 20px 20px;
|
|
|
|
}
|
|
|
|
#upload-link-panel .avatar {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
/* sysadmin */
|
2015-12-02 09:37:50 +00:00
|
|
|
#import-members-btn .icon-upload-alt {
|
2015-06-27 12:24:23 +00:00
|
|
|
color:#777;
|
|
|
|
margin-right:3px;
|
|
|
|
}
|
|
|
|
#traffic-month-form {
|
|
|
|
margin-top:10px;
|
|
|
|
}
|
|
|
|
#traffic-month-form .input {
|
|
|
|
width:100px;
|
|
|
|
}
|
|
|
|
/* guide for new */
|
|
|
|
#guide-for-new {
|
|
|
|
padding: 0 20px;
|
|
|
|
width: 450px;
|
|
|
|
}
|
|
|
|
#guide-for-new .icon-lightbulb {
|
|
|
|
font-size:6em;
|
|
|
|
color:#feac74;
|
|
|
|
}
|
|
|
|
#guide-for-new .txt {
|
|
|
|
margin-left:6.4em;
|
|
|
|
}
|
2015-07-10 03:59:45 +00:00
|
|
|
/* user profile */
|
|
|
|
#user-profile {
|
2015-07-09 03:55:39 +00:00
|
|
|
width: 290px;
|
|
|
|
border: 1px solid #eee;
|
2015-07-10 03:59:45 +00:00
|
|
|
border-radius: 5px;
|
|
|
|
overflow: hidden; /* for avatar */
|
2015-07-09 03:55:39 +00:00
|
|
|
margin: 0 auto;
|
|
|
|
}
|
2015-07-10 03:59:45 +00:00
|
|
|
#user-profile .avatar {
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
#user-profile p {
|
2015-07-09 03:55:39 +00:00
|
|
|
padding: 8px 15px;
|
|
|
|
margin: 0;
|
|
|
|
}
|
2015-07-10 03:59:45 +00:00
|
|
|
#user-profile .nickname {
|
2015-07-09 03:55:39 +00:00
|
|
|
font-size: 18px;
|
|
|
|
}
|
2015-07-10 03:59:45 +00:00
|
|
|
#user-profile .intro {
|
2015-07-09 03:55:39 +00:00
|
|
|
color: #888;
|
|
|
|
padding-top: 0;
|
|
|
|
}
|
2015-07-10 03:59:45 +00:00
|
|
|
#user-profile .info {
|
2015-07-09 03:55:39 +00:00
|
|
|
border-top: 1px solid #eee;
|
|
|
|
}
|
2015-07-10 03:59:45 +00:00
|
|
|
#user-profile .info-detail {
|
2015-07-09 03:55:39 +00:00
|
|
|
padding-left: 6px;
|
|
|
|
}
|
2015-06-30 09:26:16 +00:00
|
|
|
/* shared file view */
|
|
|
|
#shared-file-view-hd .cur-path,
|
|
|
|
#shared-file-view-hd .share-by {
|
|
|
|
margin:0;
|
|
|
|
}
|
|
|
|
#shared-file-view-hd .btn,
|
|
|
|
#shared-file-view-hd .obv-btn {
|
|
|
|
padding:7px;
|
|
|
|
margin-top:11px;
|
|
|
|
}
|
2015-07-17 09:09:21 +00:00
|
|
|
/*random password */
|
2015-08-30 12:47:43 +00:00
|
|
|
#share-popup .passwd-wrapper,
|
|
|
|
#add-user-form .passwd-wrapper {
|
2015-07-20 08:36:07 +00:00
|
|
|
position:relative;
|
|
|
|
width:268px;
|
|
|
|
}
|
2015-08-30 12:47:43 +00:00
|
|
|
#share-popup .passwd,
|
|
|
|
#add-user-form .passwd {
|
2015-07-17 09:09:21 +00:00
|
|
|
width:188px;
|
2015-07-20 08:36:07 +00:00
|
|
|
padding-right:75px;
|
2015-07-17 09:09:21 +00:00
|
|
|
}
|
2015-07-20 08:36:07 +00:00
|
|
|
#share-popup .generate-random-password,
|
2015-08-30 12:47:43 +00:00
|
|
|
#add-user-form .generate-random-password,
|
|
|
|
#share-popup .show-or-hide-password,
|
|
|
|
#add-user-form .show-or-hide-password {
|
2015-07-20 08:36:07 +00:00
|
|
|
position:absolute;
|
|
|
|
top:4px;
|
|
|
|
right:0;
|
2015-07-17 09:09:21 +00:00
|
|
|
width:36px;
|
|
|
|
height:26px;
|
|
|
|
line-height:26px;
|
2015-07-20 08:36:07 +00:00
|
|
|
text-align:center;
|
2015-07-17 09:09:21 +00:00
|
|
|
opacity:0.65;
|
|
|
|
}
|
2015-08-30 12:47:43 +00:00
|
|
|
#share-popup .show-or-hide-password,
|
|
|
|
#add-user-form .show-or-hide-password {
|
2015-07-20 08:36:07 +00:00
|
|
|
right:36px;
|
2015-07-17 09:09:21 +00:00
|
|
|
background:#fff;
|
|
|
|
}
|
2015-08-30 12:47:43 +00:00
|
|
|
#share-popup .generate-random-password,
|
|
|
|
#add-user-form .generate-random-password {
|
2015-07-20 08:36:07 +00:00
|
|
|
background:#ccc;
|
|
|
|
}
|
|
|
|
#share-popup .generate-random-password:hover,
|
2015-08-30 12:47:43 +00:00
|
|
|
#add-user-form .generate-random-password:hover,
|
|
|
|
#share-popup .show-or-hide-password:hover,
|
|
|
|
#add-user-form .show-or-hide-password:hover {
|
2015-07-17 09:09:21 +00:00
|
|
|
opacity:1;
|
2015-07-20 08:36:07 +00:00
|
|
|
}
|
2015-07-25 08:30:11 +00:00
|
|
|
|
|
|
|
/* image thumbnail */
|
|
|
|
img.thumbnail {
|
|
|
|
max-width: 24px;
|
|
|
|
max-height: 24px;
|
|
|
|
}
|
2015-09-21 03:48:07 +00:00
|
|
|
|
2015-09-29 04:04:41 +00:00
|
|
|
/* seahub web settings */
|
2015-09-21 03:48:07 +00:00
|
|
|
.seahub-web-settings h4 {
|
2015-09-29 04:04:41 +00:00
|
|
|
padding:3px 10px;
|
2015-09-21 03:48:07 +00:00
|
|
|
background:#f7f7f7;
|
2015-09-29 04:04:41 +00:00
|
|
|
border-radius:2px;
|
2015-09-21 03:48:07 +00:00
|
|
|
margin:15px 0;
|
|
|
|
}
|
2015-09-29 04:04:41 +00:00
|
|
|
.web-setting-form {
|
2015-09-21 03:48:07 +00:00
|
|
|
margin-bottom:20px;
|
|
|
|
}
|
|
|
|
.web-setting-name,
|
2015-09-29 04:04:41 +00:00
|
|
|
.web-setting-input,
|
|
|
|
.web-setting-ops {
|
2015-09-21 03:48:07 +00:00
|
|
|
display:inline-block;
|
|
|
|
}
|
2015-09-29 04:04:41 +00:00
|
|
|
.web-setting-name {
|
|
|
|
width:180px;
|
|
|
|
padding:0 10px;
|
|
|
|
vertical-align:top;
|
|
|
|
font-weight:normal;
|
|
|
|
line-height:28px;
|
2015-09-21 03:48:07 +00:00
|
|
|
}
|
2015-09-29 04:04:41 +00:00
|
|
|
.web-setting-input {
|
|
|
|
width:400px;
|
2015-09-21 03:48:07 +00:00
|
|
|
}
|
2015-09-29 04:04:41 +00:00
|
|
|
.web-setting-name,
|
|
|
|
.web-setting-input .input {
|
|
|
|
margin:0;
|
2015-09-21 03:48:07 +00:00
|
|
|
}
|
2015-09-29 04:04:41 +00:00
|
|
|
.web-setting-ops {
|
|
|
|
width:100px;
|
|
|
|
vertical-align:top;
|
2015-09-21 03:48:07 +00:00
|
|
|
}
|
2015-09-29 04:04:41 +00:00
|
|
|
.web-setting-form .submit,
|
|
|
|
.web-setting-input {
|
|
|
|
margin-top:0;
|
2015-09-21 03:48:07 +00:00
|
|
|
}
|
2015-09-29 04:04:41 +00:00
|
|
|
.web-setting-form .submit {
|
|
|
|
margin-right:5px;
|
2015-09-21 03:48:07 +00:00
|
|
|
}
|
2015-10-29 09:17:40 +00:00
|
|
|
/* view shared dir */
|
|
|
|
.mode-link {
|
|
|
|
display:inline-block;
|
|
|
|
padding:4px 6px;
|
|
|
|
background:#fff;
|
|
|
|
border:1px solid #ccc;
|
|
|
|
font-size:0;
|
|
|
|
line-height:0;
|
|
|
|
}
|
|
|
|
.list-mode-link {
|
|
|
|
border-right:0;
|
|
|
|
}
|
|
|
|
.cur-mode-link {
|
|
|
|
background:#eee;
|
|
|
|
}
|
|
|
|
.shared-dir-zip {
|
|
|
|
margin-left:5px;
|
|
|
|
}
|
2015-12-11 12:41:16 +00:00
|
|
|
/**** #groups ****/ /* groups page */
|
2015-11-30 07:02:03 +00:00
|
|
|
#groups .group-name {
|
|
|
|
font-size:16px;
|
2015-12-17 06:57:21 +00:00
|
|
|
padding-left:3px;
|
|
|
|
border-bottom:1px solid #e6e6e6;
|
|
|
|
margin:15px 0 0;
|
2015-11-30 07:02:03 +00:00
|
|
|
}
|
|
|
|
#groups .group-name .a {
|
|
|
|
color:#322;
|
|
|
|
}
|
2015-12-17 06:57:21 +00:00
|
|
|
#groups table {
|
|
|
|
margin:0 0 32px;
|
|
|
|
}
|
|
|
|
#groups th {
|
|
|
|
font-size:0;
|
|
|
|
padding:0;
|
|
|
|
}
|
|
|
|
#groups th,
|
|
|
|
#groups td {
|
|
|
|
border-bottom:0;
|
|
|
|
}
|
|
|
|
#groups .empty-tip {
|
|
|
|
color:#a4a4a4;
|
|
|
|
padding:4px 0;
|
|
|
|
border-bottom:1px solid #e5e5e5;
|
|
|
|
margin:0 0 32px;
|
2015-11-30 07:02:03 +00:00
|
|
|
}
|
2015-12-11 12:41:16 +00:00
|
|
|
/**** #group ****/ /* group page */
|
|
|
|
#group {
|
|
|
|
position:relative;
|
|
|
|
}
|
|
|
|
#group-members {
|
|
|
|
position:absolute;
|
|
|
|
top:77px;
|
|
|
|
right:0;
|
|
|
|
}
|
|
|
|
#group-members .outer-caret {
|
|
|
|
right:66px;
|
|
|
|
}
|
2016-01-06 08:28:26 +00:00
|
|
|
#group-settings {
|
|
|
|
position:absolute;
|
|
|
|
top:77px;
|
|
|
|
right:0;
|
|
|
|
}
|
|
|
|
#group-settings .outer-caret {
|
|
|
|
right:106px;
|
|
|
|
}
|
|
|
|
.group-setting-list {
|
|
|
|
border-bottom:1px solid #e3e3e5;
|
|
|
|
}
|
|
|
|
.group-setting-item {
|
|
|
|
line-height:31px;
|
|
|
|
cursor:pointer;
|
|
|
|
margin:5px 0;
|
|
|
|
}
|
|
|
|
#add-group-members-form .submit {
|
|
|
|
margin:0 0 0 5px;
|
|
|
|
}
|
2016-01-31 14:06:40 +00:00
|
|
|
/****** grid view *****/
|
|
|
|
/* view mode */
|
|
|
|
.switch-mode {
|
|
|
|
display:inline-block;
|
|
|
|
margin-left:12px;
|
|
|
|
}
|
|
|
|
.switch-mode .active {
|
|
|
|
background:#ccc;
|
|
|
|
}
|
|
|
|
.list-view-btn,
|
|
|
|
.grid-view-btn {
|
|
|
|
outline:none;
|
|
|
|
padding:3px 6px 4px;
|
|
|
|
height:20px;
|
|
|
|
border:1px solid #ccc;
|
|
|
|
background:#fff;
|
|
|
|
display:inline-block;
|
|
|
|
}
|
|
|
|
.grid-view-btn {
|
|
|
|
border-left:none;
|
|
|
|
}
|
2016-02-23 06:34:58 +00:00
|
|
|
.grid-view-icon-btn,
|
|
|
|
.list-view-icon-btn {
|
|
|
|
display:inline-block;
|
|
|
|
padding:0 6px;
|
|
|
|
font-size:18px;
|
|
|
|
height:27px;
|
|
|
|
color:#aaa;
|
|
|
|
border:1px solid #ccc;
|
|
|
|
background:#fff;
|
|
|
|
}
|
|
|
|
.grid-view-icon-btn.active,
|
|
|
|
.list-view-icon-btn.active {
|
|
|
|
color:#fff;
|
|
|
|
}
|
2016-01-31 14:06:40 +00:00
|
|
|
/* grid view */
|
|
|
|
.grid-item {
|
|
|
|
display:inline-block;
|
|
|
|
width:100px;
|
|
|
|
padding:10px 24px;
|
|
|
|
position:relative;
|
|
|
|
}
|
|
|
|
.grid-item .img-link {
|
|
|
|
display:block;
|
|
|
|
text-align:center;
|
|
|
|
height:100px;
|
|
|
|
font-size:0;
|
|
|
|
line-height:0;
|
|
|
|
border-radius:3px;
|
|
|
|
margin-bottom:6px;
|
|
|
|
}
|
|
|
|
.grid-item .img-link:before {
|
|
|
|
content:' ';
|
|
|
|
display:inline-block;
|
|
|
|
vertical-align:middle;
|
|
|
|
height:100%;
|
|
|
|
}
|
|
|
|
.grid-item .img-link.hl {
|
|
|
|
background:#f8f8f8;
|
|
|
|
}
|
|
|
|
.grid-item .thumbnail {
|
|
|
|
max-width:96px;
|
|
|
|
max-height:96px;
|
|
|
|
padding:1px;
|
|
|
|
border:1px solid #ddd;
|
|
|
|
border-radius:3px;
|
|
|
|
}
|
|
|
|
.grid-item .text-link {
|
|
|
|
display:block;
|
|
|
|
text-align:center;
|
|
|
|
color:#333;
|
|
|
|
font-size:14px;
|
|
|
|
line-height:17px;
|
|
|
|
height:34px;
|
|
|
|
white-space:normal;
|
|
|
|
}
|
|
|
|
.grid-item .text-link.hl {
|
|
|
|
color:#f93;
|
|
|
|
background:#fff;
|
|
|
|
}
|
|
|
|
.grid-item .op-icon {
|
|
|
|
position:absolute;
|
|
|
|
top:10px;
|
|
|
|
right:24px;
|
|
|
|
padding:2px 6px;
|
|
|
|
background:#fff;
|
|
|
|
border:1px solid #eee;
|
|
|
|
border-radius:3px;
|
|
|
|
margin:0;
|
|
|
|
}
|
2016-02-22 14:32:52 +00:00
|
|
|
.grid-item-op {
|
2016-02-28 14:17:08 +00:00
|
|
|
position:fixed;
|
2016-02-22 14:32:52 +00:00
|
|
|
}
|
2016-01-31 14:06:40 +00:00
|
|
|
#dir-view .grid-item {
|
|
|
|
padding:10px 20px; /* use less padding */
|
|
|
|
}
|