mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-22 00:07:14 +00:00
not at buttons
This commit is contained in:
parent
a163b8d387
commit
59d8c2a6ce
@ -123,7 +123,7 @@ path.grid-worked {
|
||||
float:right;
|
||||
}
|
||||
|
||||
#edit_qso { float:left;
|
||||
#edit_qso:not(.btn) { float:left;
|
||||
}
|
||||
|
||||
.qso_call {
|
||||
|
@ -114,7 +114,7 @@ div.alert-success a, div.alert-danger a, div.alert-danger {
|
||||
float:right;
|
||||
}
|
||||
|
||||
#edit_qso {
|
||||
#edit_qso:not(.btn) {
|
||||
float:left;
|
||||
}
|
||||
|
||||
|
@ -10,7 +10,7 @@ thead>tr>td {
|
||||
float:right;
|
||||
}
|
||||
|
||||
#edit_qso {
|
||||
#edit_qso:not(.btn) {
|
||||
float:left;
|
||||
}
|
||||
|
||||
|
@ -133,6 +133,6 @@ th { text-align: left !important; }
|
||||
float:right;
|
||||
}
|
||||
|
||||
#edit_qso {
|
||||
#edit_qso:not(.btn) {
|
||||
float:left;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user