Skip to content

Commit

Permalink
Minor css fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmr committed Jul 23, 2018
1 parent 7fc8a21 commit 2a6a71a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions css/mydashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

#maint-div {
text-align: left;
margin: 10px 1px 30px 30px;
/*margin: 10px 1px 30px 30px;*/
min-height: 150px;
}

Expand Down Expand Up @@ -149,7 +149,7 @@
color: #000;
font-size: 12px;
background-color: #FFF;
width: 80%;
/*width: 80%;*/
}

.weather_public_block {
Expand Down
2 changes: 1 addition & 1 deletion inc/alert.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1219,7 +1219,7 @@ function getMaintenanceList() {
$wl .= "<div class=\"bt-col-xs-4 center alert-title-div \">";
$wl .= "<i class='fa fa-exclamation-triangle fa-alert-7 fa-alert-orange' aria-hidden='true'></i>";
$wl .= "</div>";
$wl .= "<div class=\"bt-col-xs-8 left \">";
$wl .= "<div class=\"bt-col-xs-8 alert-title-div \">";
$wl .= "<h3>";
$wl .= $row['name'];
$wl .= "</h3>";
Expand Down

0 comments on commit 2a6a71a

Please sign in to comment.