2014-10-21 14:45:54 +00:00
|
|
|
html, body {
|
|
|
|
|
margin: 0;
|
|
|
|
|
border: 0;
|
|
|
|
|
padding: 0;
|
2015-04-07 06:37:36 +00:00
|
|
|
font: 15px Helvetica Neue, Helvetica, sans-serif;
|
2014-10-21 14:45:54 +00:00
|
|
|
position: relative;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
overflow: hidden;
|
2015-04-07 06:37:36 +00:00
|
|
|
background:#fafafa;
|
|
|
|
|
color:#444;
|
|
|
|
|
}
|
|
|
|
|
body {
|
|
|
|
|
padding:8px;
|
2014-10-21 14:45:54 +00:00
|
|
|
}
|
|
|
|
|
#dashboard-nav {
|
|
|
|
|
margin: 0;
|
|
|
|
|
border: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
top: 0;
|
|
|
|
|
z-index: 10;
|
|
|
|
|
}
|
|
|
|
|
#dashboard-nav-widgets {
|
|
|
|
|
margin: 0;
|
2015-04-07 06:37:36 +00:00
|
|
|
border-bottom: 1px solid #aaa;
|
2014-10-21 14:45:54 +00:00
|
|
|
padding: 4px 0 0;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
#dashboard-nav-widgets span {
|
|
|
|
|
padding: 0 0.5em;
|
|
|
|
|
font-size: larger;
|
2015-04-07 06:37:36 +00:00
|
|
|
font-weight: bold;
|
2014-10-21 14:45:54 +00:00
|
|
|
}
|
|
|
|
|
.tabButton {
|
2015-04-07 06:37:36 +00:00
|
|
|
background-color: #ddd;
|
|
|
|
|
border: 1px solid #aaa;
|
|
|
|
|
color: #444;
|
2014-10-21 14:45:54 +00:00
|
|
|
cursor: pointer;
|
2015-03-20 14:36:38 +00:00
|
|
|
display: inline-block;
|
|
|
|
|
font: inherit;
|
|
|
|
|
margin: 0;
|
2015-04-07 06:37:36 +00:00
|
|
|
padding: 7px;
|
2015-03-20 14:36:38 +00:00
|
|
|
position: relative;
|
2014-10-21 14:45:54 +00:00
|
|
|
text-decoration: none;
|
2015-03-20 14:36:38 +00:00
|
|
|
top: 1px;
|
2015-04-07 06:37:36 +00:00
|
|
|
opacity: 0.7;
|
2014-10-21 14:45:54 +00:00
|
|
|
}
|
|
|
|
|
.tabButton:focus {
|
|
|
|
|
outline: 0;
|
|
|
|
|
}
|
|
|
|
|
.tabButton:active,.tabButton:visited {
|
|
|
|
|
color: inherited;
|
|
|
|
|
}
|
|
|
|
|
.tabButton.selected {
|
2015-04-07 06:37:36 +00:00
|
|
|
background: #fafafa;
|
|
|
|
|
border-bottom: 1px solid #fafafa;
|
|
|
|
|
opacity: 1;
|
2014-10-21 14:45:54 +00:00
|
|
|
}
|
|
|
|
|
iframe {
|
|
|
|
|
margin: 0;
|
|
|
|
|
border: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
background-color: transparent;
|
2015-04-07 06:37:36 +00:00
|
|
|
width: calc(100% - 16px);
|
2015-03-20 14:36:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (max-width: 600px) {
|
|
|
|
|
#dashboard-nav {
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
#dashboard-nav-widgets {
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
[data-i18n="extName"] {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
.tabButton {
|
2015-03-20 20:24:50 +00:00
|
|
|
border-radius: 0;
|
2015-03-20 14:36:38 +00:00
|
|
|
border-top: 0;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
.tabButton.selected {
|
|
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
|
}
|
2014-10-21 14:45:54 +00:00
|
|
|
}
|