captive.whump.shanti-portal/static/css/captiveportal.css

25 lines
350 B
CSS
Raw Normal View History

.button-loading {
background: #80c8ff url('/static/images/loader.gif') no-repeat 80% 80%;
cursor: default;
}
#approveButtonDiv img {
height: 100px;
width: 100px;
}
2016-04-18 19:34:16 +00:00
.msgbox {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 25px;
2016-04-18 19:34:16 +00:00
}
.msgbox-error {
color: #D8000C;
background-color: #FFBABA;
2016-04-18 19:34:16 +00:00
}
2016-12-14 15:37:32 +00:00
#error-box {
display:none;
}