2010-10-02 04:06:01 +02:00
|
|
|
@import-less url("theme.less");
|
|
|
|
|
2010-01-25 23:51:25 +01:00
|
|
|
html {
|
|
|
|
font-size: 62.5%;
|
2010-04-13 06:49:28 +02:00
|
|
|
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
|
2010-01-25 23:51:25 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
2010-04-13 06:49:28 +02:00
|
|
|
font-size: 11px;
|
2010-01-25 23:51:25 +01:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
table {
|
|
|
|
font-size: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr, td {
|
2010-03-04 01:00:46 +01:00
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
|
|
|
|
2010-03-13 08:13:18 +01:00
|
|
|
div.grid-layout > table {
|
|
|
|
border-collapse: separate;
|
2010-01-25 23:51:25 +01:00
|
|
|
}
|
2010-04-19 01:05:56 +02:00
|
|
|
div.grid-layout.layout-full > table {
|
2010-03-12 23:42:05 +01:00
|
|
|
width: 100%;
|
2010-04-13 06:49:28 +02:00
|
|
|
max-width: 100% !important;
|
2010-03-05 23:09:25 +01:00
|
|
|
}
|
2010-03-13 08:13:18 +01:00
|
|
|
div.grid-layout > table > tbody > tr > th, div.grid-layout > table > tbody > tr > td {
|
|
|
|
padding: 0px;
|
2010-03-12 23:42:05 +01:00
|
|
|
text-align: left;
|
2010-04-19 01:05:56 +02:00
|
|
|
vertical-align: baseline;
|
2010-03-05 23:09:25 +01:00
|
|
|
}
|
2010-05-21 02:48:36 +02:00
|
|
|
div.grid-layout.grid-layout-for-text > table > tbody > tr > th, div.grid-layout.grid-layout-for-text > table > tbody > tr > td {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2010-06-26 03:10:23 +02:00
|
|
|
div.grid-layout.grid-layout-for-ui > table > tbody > tr > th, div.grid-layout.grid-layout-for-ui > table > tbody > tr > td {
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
2010-03-13 08:13:18 +01:00
|
|
|
div.grid-layout.layout-normal {
|
|
|
|
margin: -10px;
|
2010-03-05 23:09:25 +01:00
|
|
|
}
|
2010-03-13 08:13:18 +01:00
|
|
|
div.grid-layout.layout-normal > table {
|
|
|
|
border-spacing: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.grid-layout.layout-tight {
|
|
|
|
margin: -7px;
|
2010-03-12 23:42:05 +01:00
|
|
|
}
|
2010-03-13 08:13:18 +01:00
|
|
|
div.grid-layout.layout-tight > table {
|
|
|
|
border-spacing: 7px;
|
2010-03-12 23:42:05 +01:00
|
|
|
}
|
2010-03-13 08:13:18 +01:00
|
|
|
|
|
|
|
div.grid-layout.layout-tighter {
|
|
|
|
margin: -5px;
|
2010-03-12 23:42:05 +01:00
|
|
|
}
|
2010-03-13 08:13:18 +01:00
|
|
|
div.grid-layout.layout-tighter > table {
|
|
|
|
border-spacing: 5px;
|
2010-03-12 23:42:05 +01:00
|
|
|
}
|
2010-03-13 08:13:18 +01:00
|
|
|
|
|
|
|
div.grid-layout.layout-tightest {
|
|
|
|
margin: -3px;
|
2010-03-12 23:42:05 +01:00
|
|
|
}
|
2010-03-13 08:13:18 +01:00
|
|
|
div.grid-layout.layout-tightest > table {
|
|
|
|
border-spacing: 3px;
|
2010-03-12 23:42:05 +01:00
|
|
|
}
|
2010-03-13 08:13:18 +01:00
|
|
|
|
|
|
|
div.grid-layout.layout-loose {
|
|
|
|
margin: -15px;
|
2010-03-12 23:42:05 +01:00
|
|
|
}
|
2010-03-13 08:13:18 +01:00
|
|
|
div.grid-layout.layout-loose > table {
|
|
|
|
border-spacing: 15px;
|
2010-01-25 23:51:25 +01:00
|
|
|
}
|
|
|
|
|
2010-03-13 08:13:18 +01:00
|
|
|
div.grid-layout.layout-looser {
|
|
|
|
margin: -20px;
|
|
|
|
}
|
|
|
|
div.grid-layout.layout-looser > table {
|
|
|
|
border-spacing: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type="checkbox"], input[type="radio"] {
|
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
2010-03-23 19:53:29 +01:00
|
|
|
input.inline {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2010-03-13 08:13:18 +01:00
|
|
|
|
|
|
|
div.input-container {
|
|
|
|
padding: 3px;
|
|
|
|
}
|
|
|
|
div.input-container > input, div.input-container > textarea {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
padding: 2px;
|
|
|
|
border: 1px inset;
|
|
|
|
margin-left: -3px;
|
|
|
|
margin-top: -3px;
|
|
|
|
vertical-align: top;
|
2010-01-25 23:51:25 +01:00
|
|
|
}
|
|
|
|
|
2010-05-26 07:42:31 +02:00
|
|
|
input.code, textarea.code {
|
|
|
|
font-family: monospace;
|
|
|
|
}
|
|
|
|
|
2010-04-19 01:05:56 +02:00
|
|
|
a.action,
|
|
|
|
a.quiet-link {
|
2010-01-26 06:17:14 +01:00
|
|
|
text-decoration: none;
|
|
|
|
color: #448;
|
|
|
|
}
|
2010-05-04 23:23:51 +02:00
|
|
|
a.action {
|
|
|
|
margin: 0 3px;
|
|
|
|
}
|
2010-04-19 01:05:56 +02:00
|
|
|
a.action:hover,
|
|
|
|
a.quiet-link:hover {
|
2010-01-26 06:17:14 +01:00
|
|
|
color: #88f;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.inaction {
|
|
|
|
margin: 0 3px;
|
|
|
|
text-decoration: none;
|
|
|
|
color: #ccc;
|
|
|
|
}
|
2010-01-26 08:57:11 +01:00
|
|
|
|
2010-02-07 04:36:40 +01:00
|
|
|
a img {
|
2010-01-26 20:54:14 +01:00
|
|
|
border: none;
|
2010-01-26 08:57:11 +01:00
|
|
|
}
|
2010-02-01 09:31:50 +01:00
|
|
|
|
2010-02-07 04:36:40 +01:00
|
|
|
img {
|
|
|
|
vertical-align: middle;
|
2010-02-10 02:15:25 +01:00
|
|
|
}
|
|
|
|
|
2010-03-06 11:17:58 +01:00
|
|
|
.hidden {
|
|
|
|
display: none;
|
2010-03-08 08:21:46 +01:00
|
|
|
}
|
|
|
|
|
2010-03-12 23:42:05 +01:00
|
|
|
.fbs-pane, .fbs-flyout-pane {
|
|
|
|
z-index: 2000;
|
|
|
|
}
|
|
|
|
|
2010-03-16 19:11:08 +01:00
|
|
|
.ui-widget {
|
|
|
|
font-family: inherit;
|
|
|
|
font-size: inherit;
|
|
|
|
}
|
|
|
|
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
|
|
|
|
font-family: inherit;
|
|
|
|
font-size: inherit;
|
|
|
|
}
|
2010-03-12 23:42:05 +01:00
|
|
|
|
|
|
|
#header {
|
2010-10-02 04:06:01 +02:00
|
|
|
height: 40px;
|
2010-03-12 23:42:05 +01:00
|
|
|
position: relative;
|
2010-03-23 22:12:13 +01:00
|
|
|
overflow: hidden;
|
2010-10-02 04:06:01 +02:00
|
|
|
background: white;
|
|
|
|
padding-left: 125px;
|
2010-03-12 23:42:05 +01:00
|
|
|
}
|
2010-10-02 04:06:01 +02:00
|
|
|
#app-home-button {
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
margin-top: -16px;
|
|
|
|
left: 0px;
|
2010-03-12 23:42:05 +01:00
|
|
|
}
|
2010-03-16 19:11:08 +01:00
|
|
|
#path {
|
|
|
|
position: absolute;
|
2010-10-02 04:06:01 +02:00
|
|
|
height: 40px;
|
2010-03-16 19:11:08 +01:00
|
|
|
top: 50%;
|
|
|
|
margin-top: -0.5em;
|
2010-10-02 04:06:01 +02:00
|
|
|
left: 125px;
|
|
|
|
right: 10px;
|
2010-03-16 19:11:08 +01:00
|
|
|
line-height: 1em;
|
|
|
|
}
|
|
|
|
#path .app-path-section {
|
2010-10-02 04:06:01 +02:00
|
|
|
font-size: 150%;
|
|
|
|
margin: 0 0.5em;
|
|
|
|
padding: 0 0.5em;
|
2010-03-16 19:11:08 +01:00
|
|
|
}
|
2010-04-24 08:29:30 +02:00
|
|
|
#path a {
|
2010-03-16 19:11:08 +01:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
2010-04-24 08:29:30 +02:00
|
|
|
#path a:hover {
|
2010-03-16 19:11:08 +01:00
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2010-03-12 23:42:05 +01:00
|
|
|
#body {
|
|
|
|
}
|
|
|
|
|
2010-10-02 04:06:01 +02:00
|
|
|
a.app-menu-button, #path a.app-menu-button {
|
|
|
|
text-decoration: none;
|
|
|
|
font-weight: bold;
|
|
|
|
padding: 4px 8px;
|
|
|
|
color: black;
|
|
|
|
background: #eee;
|
|
|
|
border: 1px solid #aaa;
|
|
|
|
border-radius: 5px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
a.app-menu-button:hover, #path a.app-menu-button:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
background: #white;
|
|
|
|
}
|