source: extensions/User_Info_Tracking/admin/template/style.css @ 19701

Last change on this file since 19701 was 19701, checked in by Charles2012, 11 years ago

Upload to SVN.

File size: 537 bytes
Line 
1.showInfo {
2  position:static;
3  display:inline-block;
4  padding:1px 6px;
5  width:4px;
6  height:14px;
7  line-height:14px;
8  font-size:0.8em;
9}
10
11.square-list {
12  list-style:square !important;
13  margin-left:35px !important;
14}
15  .square-list li {
16    margin-bottom:0 !important;
17  }
18
19.successfulLogin {
20        font-weight: bold;
21        color: #5c0;
22}
23
24.failedLogin {
25        font-weight: bold;
26        color: #a44
27}
28
29
30
31
32
33
34.giSuccess, .giWarning, .giError  {
35    font-weight: bold;
36}
37       
38.giSuccess { color: #5c0; }
39.giWarning { color: #c50; }
40.giError { color: #a44; }
Note: See TracBrowser for help on using the repository browser.