1
0
Fork 0
forked from 0x2620/oxjs

some css fixes (selected buttons)

This commit is contained in:
rolux 2012-04-08 20:17:17 +02:00
commit ad75054336
2 changed files with 44 additions and 13 deletions

View file

@ -469,16 +469,17 @@ Document
.OxDocument div {
border-width: 0;
border-style: solid;
//font-size: 12px;
line-height: 15px;
//font-family: Georgia, Palatino, DejaVu Serif, Book Antiqua, Palatino Linotype, Times New Roman, serif;
font-size: 12px;
line-height: 18px;
-moz-user-select: text;
-o-user-select: text;
-webkit-user-select: text;
}
.OxDocument h1 {
font-weight: bold;
font-size: 16px;
line-height: 20px;
font-size: 20px;
line-height: 24px;
}
.OxDocument table {
border-spacing: 0;
@ -496,6 +497,14 @@ Document
padding-right: 0;
}
.OxDocument code {
font-size: 12px;
}
.OxDocument .OxSyntaxHighlighter div {
font-size: 11px;
line-height: 16px;
}
/*
================================================================================
Documentation
@ -507,6 +516,11 @@ Documentation
//background: rgb(248, 248, 248);
white-space: nowrap;
}
.OxDocPage .OxSection {
font-family: Lucida Grande, Segoe UI, DejaVu Sans, Lucida Sans Unicode, Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 12px;
}
/*
================================================================================
@ -1396,7 +1410,15 @@ Lists
}
.OxTreeList .OxItem .OxCell {
border-right-width: 0
height: 13px;
padding-top: 2px;
border-right-width: 0;
font-family: Menlo, Monaco, DejaVu Sans Mono, Bitstream Vera Sans Mono, Consolas, Lucida Console, monospace;
}
.OxTreeList .OxItem .OxCell img {
width: 10px;
height: 10px;
padding: 2px;
}
/*
@ -1779,6 +1801,18 @@ Panels
overflow: auto;
}
.OxSlidePanel {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
overflow: hidden;
}
.OxSlidePanel > div {
position: absolute;
}
.OxSplitPanel {
position: absolute;
left: 0;