2014-11-12 18:13:14 +03:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2014, B3log
|
|
|
|
*
|
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
* you may not use this file except in compliance with the License.
|
|
|
|
* You may obtain a copy of the License at
|
|
|
|
*
|
|
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
*
|
|
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
* See the License for the specific language governing permissions and
|
|
|
|
* limitations under the License.
|
|
|
|
*/
|
|
|
|
|
2014-09-22 13:44:34 +04:00
|
|
|
/**
|
|
|
|
* dialig style
|
|
|
|
*
|
|
|
|
* @author <a href="mailto:LLY219@gmail.com">Liyuan Li</a>
|
|
|
|
* @version 0.0.0.6, Jun 3, 2012
|
|
|
|
*/
|
|
|
|
|
|
|
|
.dialog-background {
|
|
|
|
height: 100%;
|
|
|
|
left: 0;
|
|
|
|
opacity: .3;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
|
|
|
filter: alpha(opacity=30);
|
|
|
|
display: none;
|
|
|
|
background-color: #000000;
|
2014-10-20 18:27:19 +04:00
|
|
|
z-index: 99;
|
2014-09-22 13:44:34 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
.dialog-panel {
|
|
|
|
position: absolute;
|
|
|
|
z-index: 100;
|
|
|
|
display: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
user-select: none;
|
2014-11-29 16:49:57 +03:00
|
|
|
box-shadow: 0 2px 10px 1px #000000;
|
2014-09-22 13:44:34 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
.dialog-title {
|
|
|
|
float: left;
|
|
|
|
line-height: 22px;
|
|
|
|
margin-left: 3px;
|
2014-11-29 16:49:57 +03:00
|
|
|
font-weight: bold;
|
2014-09-22 13:44:34 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
.dialog-header-bg {
|
|
|
|
height: 23px;
|
|
|
|
background-color: #CCD5E5;
|
|
|
|
cursor: move;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dialog-close-icon {
|
|
|
|
float: right;
|
2014-09-24 07:35:03 +04:00
|
|
|
margin: 3px;
|
|
|
|
text-decoration: none;
|
2014-09-22 13:44:34 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
.dialog-main > div {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dialog-footer {
|
|
|
|
padding: 10px;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2014-11-01 07:36:42 +03:00
|
|
|
.dialog-footer button,
|
|
|
|
#dialogCloseEditor button {
|
2014-10-20 18:27:19 +04:00
|
|
|
margin: 0 5px;
|
|
|
|
}
|
|
|
|
|
2014-09-22 13:44:34 +04:00
|
|
|
#dialogRemoveConfirm,
|
2014-09-24 07:35:03 +04:00
|
|
|
.dialog-prompt,
|
2014-10-13 07:43:22 +04:00
|
|
|
.dialog-form,
|
2014-09-24 07:35:03 +04:00
|
|
|
#dialogAlert {
|
2014-10-20 18:27:19 +04:00
|
|
|
padding: 10px 15px 0;
|
2014-09-22 14:09:16 +04:00
|
|
|
overflow: hidden;
|
2014-09-22 13:44:34 +04:00
|
|
|
}
|
|
|
|
|
2014-10-13 07:43:22 +04:00
|
|
|
.dialog-main input {
|
2014-09-22 13:44:34 +04:00
|
|
|
width: 100%;
|
2014-10-13 07:43:22 +04:00
|
|
|
margin: 2px auto;
|
2014-11-14 10:03:30 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
#dialogGoFilePrompt > ul {
|
2014-11-14 12:06:13 +03:00
|
|
|
position: relative;
|
2014-11-14 10:03:30 +03:00
|
|
|
height: 260px;
|
|
|
|
overflow: auto;
|
|
|
|
margin-top: 5px;
|
2014-11-14 12:06:13 +03:00
|
|
|
background-color: #FFF;
|
2014-12-01 10:05:48 +03:00
|
|
|
border: 1px solid #919191;
|
2014-11-17 09:15:28 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
#dialogPreference {
|
|
|
|
margin: 10px;
|
|
|
|
}
|
|
|
|
|
2014-11-26 06:24:24 +03:00
|
|
|
#dialogPreference .select {
|
|
|
|
width: 100%;
|
|
|
|
margin: 2px auto;
|
|
|
|
}
|
|
|
|
|
2014-11-17 09:15:28 +03:00
|
|
|
#dialogPreference .tabs-panel {
|
|
|
|
padding: 10px;
|
2014-09-22 13:44:34 +04:00
|
|
|
}
|