summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-gui/ipagui/static/css/style_freeipa.css
blob: 5eafa9b1a7c30892273e46cac01ba66a776786fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
/* freeipa-specific styles */

#login {
  float:			right;
  padding-top:			15px;
  padding-right:		10px;
}

#details {
  border-top:			1px solid #bbdc5f;
}

#details h1 {
 background-repeat:		no-repeat;
 margin-bottom:			18px;
}


#alertbox {
  background-color:		#6995d5;
}

#footer {
  padding-top:			0px;
  border-top:			none;
  text-align:			center;
  margin-left:			auto;
  margin-right:			auto;
  width:			30%;
  padding:			20px 20px;
}

/*** TableKit CSS - see http://www.millstream.com.au/view/code/tablekit/ **/

.sortcol {
  cursor: pointer;
  padding-left: 10px !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  text-decoration: underline;
}
.sortasc {
  background-image: url(/static/images/up.gif) !important;
}
.sortdesc {
  background-image: url(/static/images/down.gif) !important;
}

.warning_message {
  font-size: 120%;
  font-weight: bolder;
}

.fielderror {
  color: red !important;
  font-weight: bold;
}

.requiredfield {
  background-color: #eebbbb !important;
}