comparison public_html/static/css/global.css @ 11:573272ec604b

almost comlete doxygen library
author sergey
date Thu, 15 May 2014 18:24:02 +0400
parents 83ad674a8cdd
children d9551c7e7101
comparison
equal deleted inserted replaced
10:83ad674a8cdd 11:573272ec604b
1 html, body { 1 html, body {
2 font-family: arial;
3 font-size: 10pt;
2 height: 100%; 4 height: 100%;
3 margin: 0; 5 margin: 0;
4 padding: 0; 6 padding: 0;
5 } 7 }
6 8
37 ul.menu-bar li { 39 ul.menu-bar li {
38 display: inline-block; 40 display: inline-block;
39 line-height: 100%; 41 line-height: 100%;
40 } 42 }
41 43
42 ul.menu-bar li.menu-item { 44 .menu-bar .menu-item {
43 padding: 5px; 45 padding: 5px;
44 text-decoration: none; 46 text-decoration: none;
45 padding-bottom: 8px; 47 padding-bottom: 8px;
46 } 48 }
47 49
84 th.control-label 86 th.control-label
85 { 87 {
86 font-weight: bold; 88 font-weight: bold;
87 text-align: right; 89 text-align: right;
88 } 90 }
91
92 /*************************** LAYOUT *******************************************/
93
94 #header {
95 padding: 0px 30px;
96 border-bottom: 1px solid #c0c0c0;
97 box-shadow: 0 7px 15px -10px rgba(0, 0, 0, 0.6);
98 }