mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-06-07 00:47:00 +03:00
23 lines
312 B
CSS
23 lines
312 B
CSS
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
|
|
}
|