Revision c566f369 snf-cyclades-app/synnefo/ui/static/snf/css/main.css

b/snf-cyclades-app/synnefo/ui/static/snf/css/main.css
2555 2555
}
2556 2556

  
2557 2557
.hidden {
2558
    display:none !important; 
2558
    display:none; 
2559 2559
}
2560 2560

  
2561 2561
div.actions a.selected, div.actions a.selected:hover, div.machine-actions a.selected, div.machine-actions a.selected:hover {
......
5157 5157
    width: 624px !important;
5158 5158
}
5159 5159

  
5160
.create-vm .vm-network .list-cont.personalize-cont:last-child .confirm-params {
5161
  margin-right: 0!important;
5162
}
5163

  
5164
.create-vm .vm-network .list-cont.personalize-cont:last-child {
5165
  border-right: none;
5166
  margin-right: 0;
5167
  width: 298px;
5168
}
5169

  
5170
.create-vm .vm-network .list-cont.personalize-cont .confirm-params {
5171
  max-height: 240px;
5172
}
5173

  
5174
.create-vm .vm-network .list-cont.personalize-cont {
5175
  height: 330px;
5176
}
5177

  
5178
.create-vm .vm-network .list-cont.personalize-cont {
5179
    width: 47%;
5180
}
5181

  
5160 5182
.create-vm .header-step.current {
5161 5183
    font-weight: bold;
5162 5184
}
......
5381 5403
}
5382 5404

  
5383 5405
.create-vm .create-step-cont li.ssh-key-option.selected,
5406
.create-vm .create-step-cont li.list-item-option.selected,
5384 5407
.create-vm ul li.selected {
5385 5408
    background-color: #FF7F2A;
5386 5409
    background-image:linear-gradient(top, #FF9955, #E88B4D);
......
5927 5950
.create-vm .steps-history .steps-history-cont.current {
5928 5951
    background-color: #A1C8DB;
5929 5952
    color: #fff;
5930
    width: 468px;
5953
    width: 416px;
5931 5954
}
5932 5955

  
5933 5956
.create-vm .steps-history-step {
......
6186 6209
    margin-right: 10px;
6187 6210
}
6188 6211

  
6189
.create-vm .create-step-cont li.ssh-key-option .check {
6212
.create-vm .create-step-cont li.ssh-key-option .check,
6213
.create-vm .create-step-cont li.list-item-option .check {
6190 6214
    float: right;
6191 6215
    margin-right: 5px;
6192 6216
    margin-top: 0px;
......
6194 6218

  
6195 6219
.create-vm .create-step-cont li.ssh-key-option.selected {
6196 6220
}
6197
.create-vm .create-step-cont li.ssh-key-option.selected:hover {
6221
.create-vm .create-step-cont li.ssh-key-option.selected:hover,
6222
.create-vm .create-step-cont li.list-item-option.selected:hover {
6198 6223
    background-color: #F95;
6199 6224
}
6200 6225

  
6201
.create-vm .create-step-cont li.ssh-key-option:hover {
6226
.create-vm .create-step-cont li.ssh-key-option:hover,
6227
.create-vm .create-step-cont li.list-item-option:hover {
6202 6228
    background-color: #eee;
6203 6229
}
6204 6230

  
6205 6231
.create-vm .create-step-cont li.ssh-key-option.selected {
6206 6232
}
6207 6233

  
6208
.create-vm .create-step-cont li.ssh-key-option {
6234
.create-vm .create-step-cont li.ssh-key-option,
6235
.create-vm .create-step-cont li.list-item-option {
6209 6236
    padding: 6px !important;
6210 6237
}
6211 6238

  
......
6809 6836
.models-view .model-list ul li.model-item.in-progress .item-action {
6810 6837
  display: none !important;
6811 6838
}
6839

  
6812 6840
.models-view .model-list ul li.model-item.in-progress:hover .item-action {
6813 6841
  display: none !important;
6814 6842
}
......
7175 7203
  background-position: 530px center;
7176 7204
  background-repeat: no-repeat;
7177 7205
}
7206

  
7207
#user_public_ips .param.address {
7208
  font-weight: bold;
7209
  margin-right: 10px;
7210
}

Also available in: Unified diff