mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-06-07 00:47:00 +03:00
Create main.css
This commit is contained in:
parent
091737380b
commit
47aebd7ff8
1 changed files with 23 additions and 0 deletions
23
theme/css/main.css
Normal file
23
theme/css/main.css
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
body, html {
|
||||||
|
margin: 0 !important;
|
||||||
|
padding: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
background: #F0F0F3 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.login-box {
|
||||||
|
background: #fff;
|
||||||
|
border: 1px solid #ddd;
|
||||||
|
margin: 100px 0;
|
||||||
|
padding: 40px 20px 0 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tables {
|
||||||
|
width: 100% !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
td .jtable-main-container {
|
||||||
|
margin: 0 !important
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue