Autofix small errors
This commit is contained in:
@@ -72,7 +72,7 @@ html {
|
||||
min-width: 24px;
|
||||
position: relative;
|
||||
vertical-align: middle;
|
||||
padding: 0px 1px;
|
||||
padding: 0 1px;
|
||||
cursor: pointer;
|
||||
margin: 0 0 0 1px;
|
||||
font-size: 12px;
|
||||
@@ -90,8 +90,8 @@ html {
|
||||
|
||||
.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.on, .wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.on:hover {
|
||||
background: #ccc;
|
||||
padding: 0px 1px;
|
||||
box-shadow: inset 0px 0px 3px #aaa;
|
||||
padding: 0 1px;
|
||||
box-shadow: inset 0 0 3px #aaa;
|
||||
border: 1px solid #999;
|
||||
border-radius: 3px;
|
||||
}
|
||||
@@ -139,7 +139,7 @@ html {
|
||||
}
|
||||
|
||||
.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn:hover {
|
||||
padding: 0px 1px;
|
||||
padding: 0 1px;
|
||||
border: 1px solid #bbb;
|
||||
/* box-shadow:-1px 1px 1px #aaa; */
|
||||
border-radius: 3px;
|
||||
@@ -155,7 +155,7 @@ html {
|
||||
font-family: 'WysiBBiconFont';
|
||||
font-size: 18px;
|
||||
line-height: 20px;
|
||||
text-shadow: 0px 1px 0px #fff;
|
||||
text-shadow: 0 1px 0 #fff;
|
||||
text-align: center;
|
||||
/* -webkit-font-smoothing: antialiased; */
|
||||
speak: none;
|
||||
@@ -174,7 +174,7 @@ html {
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0px;
|
||||
top: 0;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
@@ -410,7 +410,7 @@ html {
|
||||
display: block;
|
||||
position: absolute;
|
||||
right: 3px;
|
||||
top: 0px;
|
||||
top: 0;
|
||||
width: 9px;
|
||||
height: 24px;
|
||||
/* background: url(./img/icons.png) -8px -400px; */
|
||||
@@ -436,7 +436,7 @@ html {
|
||||
top: 24px;
|
||||
left: -217px;
|
||||
border: 1px solid #bbb;
|
||||
box-shadow: 0px 0px 3px #aaa;
|
||||
box-shadow: 0 0 3px #aaa;
|
||||
width: 190px;
|
||||
padding: 5px;
|
||||
background: #fff;
|
||||
@@ -634,7 +634,7 @@ html {
|
||||
max-height: 800px;
|
||||
margin: 50px auto;
|
||||
border: 1px solid #bbb;
|
||||
box-shadow: 0px 0px 10px #999;
|
||||
box-shadow: 0 0 10px #999;
|
||||
}
|
||||
|
||||
#wbbmodal .wbbm-title {
|
||||
@@ -805,7 +805,7 @@ html {
|
||||
|
||||
#wbbmodal .wbbm-inp-row input {
|
||||
height: 26px;
|
||||
padding: 0px 3px;
|
||||
padding: 0 3px;
|
||||
line-height: 24px;
|
||||
font-size: 12px;
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user