|
@@ -10,9 +10,17 @@
|
|
|
.stats{
|
|
.stats{
|
|
|
background-color:#ededed;
|
|
background-color:#ededed;
|
|
|
padding:10px;
|
|
padding:10px;
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-#sortable{
|
|
|
|
|
|
|
+
|
|
|
|
|
+.notSortable{
|
|
|
|
|
+ box-shadow: 1px 1px 4px #000;
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+#sortable, .notSortable{
|
|
|
list-style:none;
|
|
list-style:none;
|
|
|
padding:0;
|
|
padding:0;
|
|
|
margin:0;
|
|
margin:0;
|
|
@@ -28,7 +36,7 @@
|
|
|
vertical-align: top;
|
|
vertical-align: top;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-#sortable li{
|
|
|
|
|
|
|
+#sortable li, .notSortable li{
|
|
|
padding:10px 10px;
|
|
padding:10px 10px;
|
|
|
border-bottom-style:dotted;
|
|
border-bottom-style:dotted;
|
|
|
border-color:#CAC47C;
|
|
border-color:#CAC47C;
|
|
@@ -84,7 +92,7 @@
|
|
|
.editable{
|
|
.editable{
|
|
|
|
|
|
|
|
margin-left:5px;
|
|
margin-left:5px;
|
|
|
- width:calc(100% - 130px);
|
|
|
|
|
|
|
+ width:calc(100% - 200px);
|
|
|
display:inline-block;
|
|
display:inline-block;
|
|
|
background-color:transparent;
|
|
background-color:transparent;
|
|
|
min-height:15px;
|
|
min-height:15px;
|