mirror of
https://github.com/silverstripe/silverstripe-simple
synced 2024-10-22 11:05:50 +02:00
Use class name for styles.
This commit is contained in:
parent
0c3bc660a7
commit
cbe533b9ce
@ -169,11 +169,11 @@ body {
|
||||
/* Search form */
|
||||
|
||||
.search-bar {
|
||||
position: absolute;
|
||||
right: 28px;
|
||||
top: 32px;
|
||||
position: absolute;
|
||||
right: 13px;
|
||||
top: 12px;
|
||||
}
|
||||
.search-bar #Search {
|
||||
.search-bar .field {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user