mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-19 20:09:14 +03:00
Create additions.css
This commit is contained in:
parent
847e170773
commit
fa3c069f28
1 changed files with 27 additions and 0 deletions
27
css/additions.css
Normal file
27
css/additions.css
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
#menu {
|
||||||
|
width: 100%;
|
||||||
|
border-bottom: 2px solid #DDD;
|
||||||
|
font-family: 'Segoe UI Semilight','Open Sans',Verdana,Arial,Helvetica,sans-serif;
|
||||||
|
font-weight: 300;
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 1.3;
|
||||||
|
display: inline-block;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#menu ul {
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#menu ul li {
|
||||||
|
float: right;
|
||||||
|
margin-right: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tables {
|
||||||
|
float: right;
|
||||||
|
width: 100%;
|
||||||
|
min-width: 500px;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue