1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-03-15 16:29:16 +01:00

Dev: Slight change for the styling of the tabs in the demos

This commit is contained in:
Allan Jardine 2014-05-15 10:11:01 +01:00
parent 48ae36e24c
commit 391e39266f
2 changed files with 9 additions and 3 deletions

View File

@ -1 +1 @@
031e8b85d58dd043f6e436f8571bb18cccc7e816 f69ba81eb20a2002f3ad1e8979e1a973976a984f

View File

@ -247,6 +247,8 @@ code.multiline {
ul.tabs { ul.tabs {
position: relative;
top: 1px;
height: 40px; height: 40px;
margin: 20px 20px 0 0; margin: 20px 20px 0 0;
} }
@ -255,7 +257,7 @@ ul.tabs {
ul.tabs li { ul.tabs li {
display: block; display: block;
float: left; float: left;
padding: 0 20px; padding: 0 15px;
height: 40px; height: 40px;
font-size: 1.2em; font-size: 1.2em;
margin: 0 5px; margin: 0 5px;
@ -283,8 +285,12 @@ ul.tabs li.active:hover {
background-color: white; background-color: white;
} }
div.tabs {
clear: both;
}
div.tabs>div { div.tabs>div {
padding: 0 20px; padding: 0 15px;
border: 1px solid #ccc; border: 1px solid #ccc;
margin-top: 1px; margin-top: 1px;
display: none; display: none;