mirror of
https://github.com/wassname/mad.git
synced 2026-08-20 12:30:20 +08:00
major changes, moving around files, customizations added
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
/* Include this file in your html if you are using the CSP mode. */
|
||||
|
||||
@charset "UTF-8";
|
||||
|
||||
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak],
|
||||
.ng-cloak, .x-ng-cloak,
|
||||
.ng-hide:not(.ng-hide-animate) {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
ng\:form {
|
||||
display: block;
|
||||
}
|
||||
@@ -1,3 +1,7 @@
|
||||
.nounderline{
|
||||
text-decoration: none
|
||||
}
|
||||
|
||||
body{
|
||||
color: #0A7ED7;
|
||||
font-family:
|
||||
@@ -31,3 +35,20 @@ blockquote{
|
||||
.form-control.custwidth{
|
||||
width: 768px;
|
||||
}
|
||||
|
||||
.modal-left{
|
||||
padding-right: 20px;
|
||||
border-right: 1px solid #ccc;
|
||||
}
|
||||
|
||||
.modal-left-item{
|
||||
padding-bottom:5px;
|
||||
}
|
||||
|
||||
.modal-left-buttons{
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.modal-right-button{
|
||||
padding-left: 0px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user