GUI CSS: Removed snapin styles from py modules and added a _snapins.scss for the...
[check_mk.git] / web / htdocs / themes / classic / scss / _sidebar_wiki.scss
blob69db0956c83ab3ce365f268ab77363b57fbc612f
1 /*
2 +------------------------------------------------------------------+
3 |             ____ _               _        __  __ _  __           |
4 |            / ___| |__   ___  ___| | __   |  \/  | |/ /           |
5 |           | |   | '_ \ / _ \/ __| |/ /   | |\/| | ' /            |
6 |           | |___| | | |  __/ (__|   <    | |  | | . \            |
7 |            \____|_| |_|\___|\___|_|\_\___|_|  |_|_|\_\           |
8 |                                                                  |
9 | Copyright Mathias Kettner 2012             mk@mathias-kettner.de |
10 +------------------------------------------------------------------+
12 This file is part of Check_MK.
13 The official homepage is at http://mathias-kettner.de/check_mk.
15 check_mk is free software;  you can redistribute it and/or modify it
16 under the  terms of the  GNU General Public License  as published by
17 the Free Software Foundation in version 2.  check_mk is  distributed
18 in the hope that it will be useful, but WITHOUT ANY WARRANTY;  with-
19 out even the implied warranty of  MERCHANTABILITY  or  FITNESS FOR A
20 PARTICULAR PURPOSE. See the  GNU General Public License for more de-
21 ails.  You should have  received  a copy of the  GNU  General Public
22 License along with GNU Make; see the file  COPYING.  If  not,  write
23 to the Free Software Foundation, Inc., 51 Franklin St,  Fifth Floor,
24 Boston, MA 02110-1301 USA.
27 #snapin_container_wiki div.content {
28     font-weight: bold;
29     color: white;
32 #snapin_container_wiki div.content p {
33     font-weight: normal;
36 #wiki_navigation {
37     text-align: left;
40 #wiki_search {
41     width: 232px;
42     padding: 0;
45 #wiki_side_clear {
46     clear: both;
49 #wiki_search img.iconbutton {
50     width: 33px;
51     height: 26px;
52     margin-top: -25px;
53     left: 196px;
54     float: left;
55     position: relative;
56     z-index:100;
59 #wiki_search input {
60     margin:  0;
61     padding: 0px 5px;
62     font-size: 8pt;
63     width: 194px;
64     height: 25px;
65     background-image: url(images/quicksearch_field_bg.png);
66     background-repeat: no-repeat;
67     -moz-border-radius: 0px;
68     border-style: none;
69     float: left;