ADD CHANGE REMOVE Dashboard Style rref #5115

parent 7166c2aa
...@@ -1071,6 +1071,7 @@ table.dataTable thead .sorting:after { ...@@ -1071,6 +1071,7 @@ table.dataTable thead .sorting:after {
.dashboard-main-search .panel-default { .dashboard-main-search .panel-default {
padding-bottom:25px; padding-bottom:25px;
border-radius:2px;
} }
.dashboard-main-search .dashboard-student-search h3, .dashboard-main-search .dashboard-student-search h3,
...@@ -1311,13 +1312,22 @@ table.dataTable thead .sorting:after { ...@@ -1311,13 +1312,22 @@ table.dataTable thead .sorting:after {
.dashboard .panel-default > .panel-heading { .dashboard .panel-default > .panel-heading {
background-color:#fff; background-color:#fff;
border-color:#F2F2F2; border-color:#F2F2F2;
font-family:'robotomedium'; font-family:'robotolight';
color: rgb(93, 93, 93); color: rgb(95, 95, 95);
text-align:center; padding:15px;
} }
.dashboard .panel-default > .panel-heading .panel-title { .dashboard .panel-default > .panel-heading .panel-title {
font-size:18px; font-size:18px;
display:inline-block;
}
.dashboard .panel-default > .panel-heading .panel-action {
font-size: 15px;
padding-top: 3px;
padding-right: 10px;
font-family:'robotomedium';
cursor:pointer;
} }
.dashboard .user-info .user-name { .dashboard .user-info .user-name {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment