mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-12-14 15:52:25 +03:00
Compare commits
2 Commits
v6.8b5
...
fix-tabs-d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c95f2332cf | ||
|
|
7be370d1cf |
@@ -34,10 +34,11 @@
|
|||||||
|
|
||||||
.localized-fields-widget.tabs .localized-fields-widget.tab label {
|
.localized-fields-widget.tabs .localized-fields-widget.tab label {
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
display: inline-block;
|
display: inline;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
width: initial;
|
width: initial;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.localized-fields-widget.tabs .localized-fields-widget.tab.active,
|
.localized-fields-widget.tabs .localized-fields-widget.tab.active,
|
||||||
|
|||||||
Reference in New Issue
Block a user