new list design

This commit is contained in:
denisdulici
2017-10-07 14:41:10 +03:00
parent bcc0606e09
commit e2744b46d2
5 changed files with 74 additions and 20 deletions

31
public/css/app.css vendored
View File

@ -88,10 +88,6 @@
border-radius: 15px;
}
.table-responsive {
overflow-x: hidden;
}
div.required .control-label:not(span):after, td.required:after {
content: ' *';
color: #F00;
@ -423,6 +419,33 @@ ul.add-new.nav.navbar-nav.pull-left {
color: #d8d8d8;
}
.delete-link:hover, .delete-link:focus {
background-color: #e1e3e9 !important;
color: #333 !important;
text-decoration: none !important;
outline: none !important;
}
.delete-link {
display: block;
padding: 3px 20px;
clear: both;
font-weight: 400;
line-height: 1.42857143;
color: #777;
white-space: nowrap;
width: 100%;
text-align: left;
/* button to link */
background-color: transparent !important;
border: none;
cursor: pointer;
}
.table-responsive {
overflow-x: visible;
}
@media only screen and (max-width : 768px) {
.main-header .add-new.nav.navbar-nav i {
margin-top: 3px;