Project

General

Profile

« Previous | Next » 

Revision 57746

Use uikit3 instead of the custom uikit2

View differences:

os-observatory-custom.css
77 77
  display: inline-block;
78 78
}
79 79

  
80
.uk-nav > li > a {
81
  padding: 5px 15px;
82
}
83

  
84
.uk-nav-side > li > a {
85
  color: #444;
86
}
87

  
80 88
.mapControls .text {
81 89
  opacity: 0.5;
82 90
}
......
261 269

  
262 270
/*}*/
263 271

  
264
.uk-subnav-pill > .uk-active > * {
272
.uk-subnav-pill > .uk-active > a {
265 273
  /*background: #1F73F7;*/
266 274
  background: #2A2D34;
267 275
}
......
285 293
.actionButtons {
286 294
  margin-top: -50px;
287 295
}
296

  
297

  
298

  
299
.md-card .md-card-toolbar {
300
  height: 48px;
301
}
302

  
303
.md-card .md-card-toolbar .md-card-toolbar-actions {
304
  padding-top: 15px;
305
}
306

  
307
/*.uk-table td {*/
308
  /*border-bottom: 1px solid #e0e0e0;*/
309
/*}*/
310

  
311
.uk-table th {
312
  text-transform: none;
313
}
314

  
315

  
316
/**************** HEADER ****************/
317

  
318
/*.tm-header .uk-navbar-container {*/
319
  /*padding-top: 10px;*/
320
  /*padding-bottom: 15px;*/
321
/*}*/
322

  
323
.tm-header .uk-navbar-left {
324
  position: relative;
325
  z-index: 9999 !important;
326
}
327

  
328
.navbar .brand, .uk-logo {
329
  font-size: 24px;
330
  font-family: 'Open Sans';
331
  color: #666;
332
  text-decoration: none;
333
}
334

  
335
.tm-header .uk-logo {
336
  position: relative;
337
  z-index: 1000 !important;
338
  padding-left: 100px;
339
}
340

  
341
.uk-logo > img {
342
  max-height: 70px;
343
}
344

  
345
/********************************************/
346

  
347
#sidebar_main {
348
  position: fixed;
349
  right: 0;
350
  top:0;
351
  bottom:0;
352
  overflow-x: hidden;
353
  overflow-y: auto;
354
  /*background-color: #222;*/
355
  /*width: 260px;*/
356
  width: 20%;
357
  z-index:1;
358
}
359

  
360
#left-col {
361
  position: fixed;
362
  left: 0;
363
  top:0;
364
  bottom:0;
365
  overflow-x: hidden;
366
  overflow-y: auto;
367
  background-color: #222;
368
  width: 260px;
369
  z-index:1;
370
}
371
.bar-wrap {
372
  padding: 2rem;
373
}
374
#right-col {
375
  margin-left: 260px;
376
}

Also available in: Unified diff