summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-11-02 11:18:54 (GMT)
committerMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-11-02 11:18:54 (GMT)
commitf70c495803f1bb42894e69ee2d390f613ebd93b6 (patch)
tree72cdccceb25d437e85cf2aab1854e7664898704c /doc
parented159636000cad0e13720edb973f514f8330227c (diff)
downloadQt-f70c495803f1bb42894e69ee2d390f613ebd93b6.zip
Qt-f70c495803f1bb42894e69ee2d390f613ebd93b6.tar.gz
Qt-f70c495803f1bb42894e69ee2d390f613ebd93b6.tar.bz2
Doc: fixing style for search display and slim fit menus
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/src/template/style/style.css76
1 files changed, 73 insertions, 3 deletions
diff --git a/doc/src/template/style/style.css b/doc/src/template/style/style.css
index 536b3c8..1e5c071 100755
--- a/doc/src/template/style/style.css
+++ b/doc/src/template/style/style.css
@@ -660,13 +660,31 @@
-webkit-box-shadow: 0 4px 6px 0 rgba(0,0,0,.2);
-moz-box-shadow: 0 4px 6px 0 rgba(0,0,0,.2);
box-shadow: 0 4px 6px 0 rgba(0,0,0,.2);
+ font-size: 11px;
+ }
+
+ #resultdialog a
+ {
+ color: #00732f;
}
#resultdialog.active {
display: block;
- width:30%;
}
+ .narrow #resultdialog {
+ width: 60%;
+ _width: 360px;
+ }
+
+ .narrow #resultdialog.active {
+ right: 10px;
+ *left: auto;
+ _left: auto;
+ _right: -20px;
+ }
+
+
#resultdialog #resultclose {
float: right;
}
@@ -775,10 +793,11 @@
{
float: left;
text-indent: -10px;
- margin-top: -5px;
+ /* margin-top: -5px;*/
margin-right: 15px;
font-weight: bold;
color: #B0ADAB;
+ font: 10px/1.2 Verdana;
}
.toolbuttons #print
@@ -892,7 +911,6 @@
}
.wrap .content h2
{
- border-bottom:1px solid #DDDDDD;
font:600 16px/1.2 Arial;
margin-top:15px;
width:100%;
@@ -1658,6 +1676,58 @@
}
/* end of creator spec*/
+ .item {
+ float: left;
+ position: relative;
+ width: 100%;
+ overflow: hidden;
+ }
+
+
+ .item .primary {
+ margin-right: 220px;
+ position: relative;
+ }
+
+ .item hr {
+ margin-left: -220px;
+ }
+
+ .item .secondary {
+ float: right;
+ width: 200px;
+ position: relative;
+ }
+
+ .item .cols {
+ clear: both;
+ display: block;
+ }
+
+ .item .cols .col {
+ float: left;
+ margin-left: 1.5%;
+ }
+
+ .item .cols .col.first {
+ margin-left: 0;
+ }
+
+ .item .cols.two .col {
+ width: 45%;
+ }
+
+ .item .box {
+ margin: 0 0 10px 0;
+ }
+
+ .item .box h3 {
+ margin: 0 0 10px 0;
+ }
+
+ .cols.unclear {
+ clear:none;
+ }
}
/* end of screen media */