moved style definitions to style.css
This commit is contained in:
parent
9a947e780f
commit
91b2148c0e
|
@ -183,6 +183,17 @@ p.statusError {
|
||||||
margin-right:25px;
|
margin-right:25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input.smallImageButton {
|
||||||
|
background-position: 2px center;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
height:24px;
|
||||||
|
}
|
||||||
|
|
||||||
|
hr.modulePage {
|
||||||
|
width: 100%;
|
||||||
|
height: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* schema browser */
|
/* schema browser */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue