Added tabs to editor panels
This commit is contained in:
Vendored
+2
-2
@@ -3172,9 +3172,9 @@ table th[class*="span"],
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
line-height: 21px;
|
||||
color: #000000;
|
||||
color: #FFF;
|
||||
text-shadow: 0 1px 0 #ffffff;
|
||||
opacity: 0.2;
|
||||
opacity: 0.3;
|
||||
filter: alpha(opacity=20);
|
||||
}
|
||||
|
||||
|
||||
@@ -6,6 +6,13 @@
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.editor-title {
|
||||
margin-right: 10px;
|
||||
font-size: 1.7em;
|
||||
font-weight: bold;
|
||||
text-transform:capitalize;
|
||||
}
|
||||
|
||||
.spy {
|
||||
position:absolute;
|
||||
right:0px;
|
||||
|
||||
Reference in New Issue
Block a user