Skip to content

Commit

Permalink
moskito modern alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
ssergiichuk committed Mar 26, 2019
1 parent 43c6bfc commit de1afd4
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
18 changes: 18 additions & 0 deletions moskito-webui/src/main/resources/moskito/int/css/main.css
Expand Up @@ -2154,4 +2154,22 @@ Heat map
.align-center-flex {
display: flex;
align-items: center;
}

.alert.alert-full-width {
position: relative;
width: 100%;
top: 0;
margin-bottom: 1px;
box-shadow: none;
}

.alert.alert-noanimation {
-moz-animation: alert 0s alternate;
-webkit-animation: alert 0s alternate;
-ms-animation: alert 0s alternate;
}

.alert.alert-nobradius {
border-radius: 0 !important;
}
31 changes: 31 additions & 0 deletions moskito-webui/src/main/wireframes/threads.html
Expand Up @@ -146,6 +146,37 @@
</aside>

<section id="main">

<div class="alert alert-danger alert-noanimation alert-full-width alert-nobradius alert-dismissable">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
Gauges are a new feature since MoSKito 2.5.7. We are not sure, if they should become their top navigation point. If you feel that gauges should become it own top navigation point,
<a href="mailto:moskito-users@lists.anotheria.net">tell us</a>!
</div>

<div class="alert alert-danger alert-noanimation alert-full-width alert-nobradius alert-dismissable">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
Gauges are a new feature since MoSKito 2.5.7. We are not sure, if they should become their top navigation point. If you feel that gauges should become it own top navigation point,
<a href="mailto:moskito-users@lists.anotheria.net">tell us</a>!
</div>

<div class="alert alert-success alert-noanimation alert-full-width alert-nobradius alert-dismissable">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
Gauges are a new feature since MoSKito 2.5.7. We are not sure, if they should become their top navigation point. If you feel that gauges should become it own top navigation point,
<a href="mailto:moskito-users@lists.anotheria.net">tell us</a>!
</div>

<div class="alert alert-success alert-dismissable">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
Gauges are a new feature since MoSKito 2.5.7. We are not sure, if they should become their top navigation point. If you feel that gauges should become it own top navigation point,
<a href="mailto:moskito-users@lists.anotheria.net">tell us</a>!
</div>

<div class="alert alert-success alert-dismissable">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
Gauges are a new feature since MoSKito 2.5.7. We are not sure, if they should become their top navigation point. If you feel that gauges should become it own top navigation point,
<a href="mailto:moskito-users@lists.anotheria.net">tell us</a>!
</div>

<div class="content">

<div class="box">
Expand Down

0 comments on commit de1afd4

Please sign in to comment.