31
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-06-05 06:50:47 +00:00
jedchecker/media/com_jedchecker/css/style.css

64 lines
870 B
CSS
Raw Normal View History

2014-02-23 03:45:07 +00:00
#adminForm {
2019-03-09 19:44:14 +00:00
background: #FFF;
2014-02-23 03:45:07 +00:00
}
2016-03-11 23:47:39 +00:00
#police-check-result {
padding: 0;
2014-02-23 03:45:07 +00:00
}
2019-03-09 19:44:14 +00:00
#police-check-result>div {
2016-03-11 23:47:39 +00:00
border-top: 1px solid #ccc;
padding: 5px 10px;
2014-02-23 03:45:07 +00:00
}
2016-03-11 23:47:39 +00:00
#police-check-result .alert {
margin: 5px 0;
2014-02-23 03:45:07 +00:00
}
.copyright {
2019-03-09 19:44:14 +00:00
line-height: 160%;
margin: 10px;
text-align: center;
2014-02-23 03:45:07 +00:00
}
.rule {
2019-03-09 19:44:14 +00:00
font-weight: bold;
2014-02-23 03:45:07 +00:00
}
small {
font-size: 110%;
2019-03-09 19:44:14 +00:00
padding: 0 0 0 30px;
white-space: nowrap;
2014-02-23 03:45:07 +00:00
}
2019-03-09 19:44:14 +00:00
2014-02-23 03:45:07 +00:00
#police-check-result li {
2019-03-09 19:44:14 +00:00
margin-bottom: 0.7em;
overflow: hidden;
2014-02-23 03:45:07 +00:00
}
2019-03-09 19:44:14 +00:00
2014-02-23 03:45:07 +00:00
#police-check-result ul li pre {
2016-03-11 23:47:39 +00:00
background: white none repeat scroll 0 0;
border: 1px solid #ccc;
display: block;
margin: 0;
overflow: hidden;
padding: 2px 6px;
text-overflow: ellipsis;
vertical-align: middle;
white-space: nowrap;
}
2014-02-24 11:04:25 +00:00
.jamss_tooltip {
2019-03-09 19:44:14 +00:00
background-color: blue;
color: white;
border-radius: 20px;
2014-02-24 11:04:25 +00:00
}
2019-03-09 19:44:14 +00:00
2014-02-24 11:04:25 +00:00
.jamss_tooltip.code {
2019-03-09 19:44:14 +00:00
background-color: #C03020;
2014-02-24 11:04:25 +00:00
}
2019-03-09 19:44:14 +00:00
.btn {
white-space: normal !important;
}