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

b/snf-cyclades-app/synnefo/ui/static/snf/css/main.css
829 829
    
830 830
}
831 831

  
832
.icon .machine-container .info,
833
.icon .machine-container .ips {
832
.icon .machine-container .info {
834 833
    margin-top: 2px;
835 834
    height: 17px;
836 835
}
......
3228 3227
    display: none;
3229 3228
}
3230 3229

  
3230
.machine .info-content.ips .collection {
3231
  padding: 0;
3232
}
3233

  
3234
.machine .info-content.ips .ips .model-item .subnet {
3235
  padding-top: 2px;
3236
  width: 35%;
3237
  float: left;
3238
}
3239

  
3240
.machine .info-content.ips .ips .port-ip-item:last-child {
3241
  margin-bottom: 0;
3242
}
3243

  
3244
.machine .info-content.ips .ips .port-ip-item:hover {
3245
  background-color: #75A7BF;
3246
}
3247

  
3248
.machine .info-content.ips .ips .port-ip-item {
3249
  padding: 4px;
3250
  margin-bottom: 2px;
3251
}
3252

  
3253
.machine .info-content.ips .ips .model-item .ip {
3254
  padding-top: 2px;
3255
  width: 55%;
3256
  float: left;
3257
}
3258

  
3259
.machine .info-content.ips .ips .model-item .type {
3260
  float: left;
3261
  margin-right: 10px;
3262
  vertical-align: middle;
3263
  color: #fff;
3264
  background-color: #4085A5;
3265
  padding: 3px;
3266
}
3267

  
3268
.machine .info-content.ips .port {
3269
  width: 15%;
3270
  float: left;
3271
}
3272

  
3273
.machine .info-content.ips .ips {
3274
  width: 80%;
3275
  float: right;
3276
}
3277

  
3278
.machine .info-content.ips .port-item:last-child {
3279
  border-bottom: none;
3280
  padding-bottom: 0;
3281
  margin-bottom: 0;
3282
}
3283

  
3284
.machine .info-content.ips .port-item {
3285
  border-bottom: 1px solid #6F93A4;
3286
  padding: 5px 0;
3287
  margin-bottom: 5px;
3288
}
3289

  
3290
.machine .info-content.ips .port-item img {
3291
  float: left;
3292
  margin-top: 6px;
3293
  margin-right: 3%;
3294
}
3295

  
3296
.machine .info-content.ips .port-item .port {
3297
  font-weight: bold;
3298
  padding-top: 6px;
3299
}
3300

  
3301
.machine .info-content.ips {
3302
    background-color: #84B7D0;
3303
    padding: 5px 10px;
3304
    font-size: 0.6em;
3305
}
3306

  
3231 3307
.metadata-container {
3232 3308
    line-height: 12px;
3233 3309
    height: 85px;
......
3596 3672
    height: auto;
3597 3673
    padding-bottom: 5px;
3598 3674
    padding-top: 5px;
3599
    width: 300px;
3675
    width: 339px;
3600 3676
}
3601 3677

  
3602 3678
.single .column3 {

Also available in: Unified diff