add underline to alert links

This commit is contained in:
RainLoop Team 2013-11-19 02:37:57 +04:00
parent 44241b859c
commit 90496a0ff6
3 changed files with 12 additions and 0 deletions

View file

@ -164,6 +164,7 @@ textarea, input[type="text"], input[type="password"], input[type="email"], input
.box-shadow(none);
}
}
input[type="text"], input[type="password"], input[type="email"], input[type="search"] {
height: @baseLineHeight - (@rlInputBorderSize - 1) * 2;
line-height: @baseLineHeight - (@rlInputBorderSize - 1) * 2;
@ -173,9 +174,14 @@ select {
border: @rlInputBorderSize solid @inputBorder;
}
.alert a {
text-decoration: underline;
}
.alert.alert-null-left-margin {
margin-left: 0;
}
.alert.alert-error a {
color: #b94a48;
}

View file

@ -5698,6 +5698,9 @@ input[type="search"] {
select {
border: 1px solid #cccccc;
}
.alert a {
text-decoration: underline;
}
.alert.alert-null-left-margin {
margin-left: 0;
}

View file

@ -3397,6 +3397,9 @@ input[type="search"] {
select {
border: 1px solid #cccccc;
}
.alert a {
text-decoration: underline;
}
.alert.alert-null-left-margin {
margin-left: 0;
}