|
|
@@ -370,8 +370,10 @@ input[type="color"]:focus,
|
|
|
outline: 0;
|
|
|
outline: thin dotted \9;
|
|
|
/* IE6-9 */
|
|
|
-color:#000;
|
|
|
-font-size: 14px
|
|
|
+
|
|
|
+ -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
|
|
|
+ -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
|
|
|
+ box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
|
|
|
}
|
|
|
input[type="radio"],
|
|
|
input[type="checkbox"] {
|
|
|
@@ -1108,6 +1110,7 @@ table {
|
|
|
text-align: left;
|
|
|
vertical-align: top;
|
|
|
border-top: 1px solid #dddddd;
|
|
|
+ position:relative;
|
|
|
}
|
|
|
.table th {
|
|
|
font-weight: bold;
|
|
|
@@ -1642,10 +1645,7 @@ white-space: nowrap;
|
|
|
display: inline-block;
|
|
|
}
|
|
|
.pojNomList tr.newAdd{
|
|
|
- background:#dff0d8
|
|
|
-}
|
|
|
-.pojNomList tr.listDel td{
|
|
|
- text-decoration: line-through;
|
|
|
+ background:#dff0d8
|
|
|
}
|
|
|
.annotation li {
|
|
|
padding:3px 10px;
|
|
|
@@ -1717,7 +1717,7 @@ font-weight:800
|
|
|
.modal form{margin:0}
|
|
|
/*modal*/
|
|
|
.printList {
|
|
|
- width:1000px;
|
|
|
+ width:860px;
|
|
|
text-align: center;
|
|
|
color:#000;
|
|
|
margin:0 auto;
|
|
|
@@ -1733,9 +1733,7 @@ font-weight:800
|
|
|
}
|
|
|
.printList h1 {
|
|
|
color:#ff0000;
|
|
|
- border-bottom: 3px solid #ff0000;
|
|
|
font-size:36px;
|
|
|
- display:inline;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
.printList h2{
|
|
|
@@ -1769,6 +1767,8 @@ textarea.yta {
|
|
|
height:20px;
|
|
|
}
|
|
|
textarea.yta:focus{
|
|
|
- width:400px;
|
|
|
- height:60px;
|
|
|
+ width:300px;
|
|
|
+ height:80px;
|
|
|
+ position:absolute;
|
|
|
+ z-index: 9999
|
|
|
}
|