Project

General

Profile

« Previous | Next » 

Revision 50030

Fixed the css of the wizard

View differences:

modules/uoa-repository-manager-gui/trunk/src/main/webapp/RepositoryManager.css
131 131

  
132 132
.wizard > .wizardBreadcrumbs {
133 133
  /*background: #5a6474 none repeat scroll 0 0;*/
134
  background: #222080 none repeat scroll 0 0;
135
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
134
  /*background: #222080 none repeat scroll 0 0;*/
135
  /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);*/
136 136
  font-family: "Helvetica Neue",Arial;
137 137
  padding: 11px 0 9px;
138 138
  text-align: center;
......
145 145
}
146 146

  
147 147
.wizard > .wizardBreadcrumbs > .steps > .step {
148
  color: #f5f5f5;
148
  /*color: #f5f5f5;*/
149
  color: #040067;
149 150
  float: left;
150 151
  font-size: 13px;
151 152
  font-weight: 500;
......
153 154
  padding-top: 20px;
154 155
  position: relative;
155 156
  text-align: center;
156
  text-shadow: 1px 1px rgba(0, 0, 0, 0.05);
157
  /*text-shadow: 1px 1px rgba(0, 0, 0, 0.05);*/
157 158
  width: 25%;
158 159
}
159 160
@media (max-width: 767px) {
......
170 171
  display: block;
171 172
  height: 2px;
172 173
  background: #94A1B8;
173
  background: #4687E6;
174
  background: #4a89e3;
174 175
  width: 100%; }
175 176
@media (max-width: 991px) {
176 177
  .wizard > .wizardBreadcrumbs > .steps > .step:after {
......
189 190
  margin-top: 13px;
190 191
  border-radius: 25px;
191 192
  background: #5A6474;
192
  background: #222080;
193
  background: #fff;
193 194
  border: 2px solid #94A1B8;
194
  border: 2px solid #4687E6;
195
  border: 2px solid #4a89e3;
195 196
  -webkit-transition: all 0.2s linear;
196 197
  -moz-transition: all 0.2s linear;
197 198
  -ms-transition: all 0.2s linear;
......
234 235

  
235 236
.wizard > .wizardBreadcrumbs > .steps > .step.active span {
236 237
  background: #94a1b8 none repeat scroll 0 0;
237
  background: #4687E6 none repeat scroll 0 0;
238
  background: #4a89e3 none repeat scroll 0 0;
238 239
}
239 240

  
240 241
.wizard .wizardActions {

Also available in: Unified diff