Revision fb620b3a ui/src/synnefo/static/alt-main.css

b/ui/src/synnefo/static/alt-main.css
101 101

  
102 102
/* nested arrow inside error message. It's 100% CSS. No images. */
103 103
.error em {
104
	border:10px solid;
105
	border-color:#E8FF6D transparent transparent;
106
	bottom:-17px;
107
	display:block;
108
	height:0;
109
	left:10px;
110
	position:absolute;
111
	width:0;
104
	border: 10px solid;
105
	border-color: #E8FF6D transparent transparent;
106
	bottom: -17px;
107
	display: block;
108
	height: 0;
109
	left: 10px;
110
	position: absolute;
111
	width: 0;
112 112
}
113 113

  
114 114
/* input field that caused validation error */
115 115
.invalid {
116
	background-color:rgba(221, 233, 255, 0.898) !important;
116
	background-color: rgba(221, 233, 255, 0.898) !important;
117 117
}
118 118

  
119 119
#create {
120 120
    background-color: #D4AA00;
121
    color: black;
122
    cursor:pointer;
123
    display:block;
121
    color: #725b00;
122
    cursor: pointer;
123
    display: block;
124 124
    padding: .7em 1.5em;
125 125
    margin-top: 1em;
126 126
    width: 10em;
......
133 133
}
134 134

  
135 135
div#header {
136
    height:60px;
137
    background: #999999;
136
    height: 60px;
137
    background: #999;
138 138
}
139 139

  
140 140
div#wrapper {
141 141
    width: 990px;
142
    margin: 0 auto;
142
    margin: 0em auto;
143 143
}
144 144

  
145 145
a.logo {
......
158 158
}
159 159

  
160 160
div#about {
161
    display: none;
161
    display:none;
162 162
}    
163 163

  
164
#nefo {
165
    background: url("../static/nefo.png") no-repeat;
166
    margin: 3em 0 -0.2em 0;
167
}
168

  
164 169
/* tooltip styling. by default the element to be styled is .tooltip  */
165 170
.tooltip {
166 171
	display:none;

Also available in: Unified diff