|
@@ -97,7 +97,7 @@ body {
|
|
|
width:100%;
|
|
|
margin-bottom:0px;
|
|
|
min-height:80px;
|
|
|
- background:#FFFFFF;
|
|
|
+ background-color: #dadada;
|
|
|
border:1px solid black;
|
|
|
/*padding:30px;*/
|
|
|
text-align:left;
|
|
@@ -594,30 +594,6 @@ body {
|
|
|
.no-dropzone {
|
|
|
cursor: not-allowed;
|
|
|
}
|
|
|
-#originsDisplay {
|
|
|
- float:left;
|
|
|
- position:fixed;
|
|
|
- top:680px;
|
|
|
- left:20px;
|
|
|
- width:275px;
|
|
|
- height:120px;
|
|
|
- font-family: Monospace, Verdana, Serif;
|
|
|
- font-size: 14px;
|
|
|
- background-color: #020401;
|
|
|
- border: 3px solid lightgray;
|
|
|
- text-align:left;
|
|
|
- color: #FFFFFF;
|
|
|
- white-space:nowrap;
|
|
|
- font-weight:900;
|
|
|
- padding:10px;
|
|
|
- padding-top:4px;
|
|
|
- z-index:99999;
|
|
|
- display:none;
|
|
|
-}
|
|
|
-.originLabel {
|
|
|
- color: #7bca2e;
|
|
|
- font-weight:900;
|
|
|
-}
|
|
|
#pagetitle {
|
|
|
float:left;
|
|
|
width:100%;
|
|
@@ -786,4 +762,4 @@ body {
|
|
|
width:120px;
|
|
|
height:620px;
|
|
|
display:none;
|
|
|
-}
|
|
|
+}
|