OSDN Git Service

Исправлено оформление пункта Выход
[invent/invent.git] / web / css / site.css
1 html,
2 body {
3     height: 100%;
4 }
5
6 .wrap {
7     min-height: 100%;
8     height: auto;
9     margin: 0 auto -60px;
10     padding: 0 0 60px;
11 }
12
13 .wrap > .container {
14     padding: 70px 15px 20px;
15 }
16
17 .footer {
18     height: 60px;
19     background-color: #f5f5f5;
20     border-top: 1px solid #ddd;
21     padding-top: 20px;
22 }
23
24 .jumbotron {
25     text-align: center;
26     background-color: transparent;
27 }
28
29 .jumbotron .btn {
30     font-size: 21px;
31     padding: 14px 24px;
32 }
33
34 .not-set {
35     color: #c55;
36     font-style: italic;
37 }
38
39 /* add sorting icons to gridview sort links */
40 a.asc:after, a.desc:after {
41     position: relative;
42     top: 1px;
43     display: inline-block;
44     font-family: 'Glyphicons Halflings';
45     font-style: normal;
46     font-weight: normal;
47     line-height: 1;
48     padding-left: 5px;
49 }
50
51 a.asc:after {
52     content: /*"\e113"*/ "\e151";
53 }
54
55 a.desc:after {
56     content: /*"\e114"*/ "\e152";
57 }
58
59 .sort-numerical a.asc:after {
60     content: "\e153";
61 }
62
63 .sort-numerical a.desc:after {
64     content: "\e154";
65 }
66
67 .sort-ordinal a.asc:after {
68     content: "\e155";
69 }
70
71 .sort-ordinal a.desc:after {
72     content: "\e156";
73 }
74
75 .grid-view th {
76     white-space: nowrap;
77 }
78
79 .hint-block {
80     display: block;
81     margin-top: 5px;
82     color: #999;
83 }
84
85 .error-summary {
86     color: #a94442;
87     background: #fdf7f7;
88     border-left: 3px solid #eed3d7;
89     padding: 10px 20px;
90     margin: 0 0 15px 0;
91 }
92
93 /* align the logout "link" (button in form) of the navbar */
94 .nav li > form > button.logout {
95     padding: 15px;
96     border: none;
97     color: black;
98 }
99
100 @media(max-width:767px) {
101     .nav li > form > button.logout {
102         display:block;
103         text-align: left;
104         width: 100%;
105         padding: 10px 15px;
106     }
107 }
108
109 .nav > li > form > button.logout:focus,
110 .nav > li > form > button.logout:hover {
111     text-decoration: none;
112 }
113
114 .nav > li > form > button.logout:focus {
115     outline: none;
116 }
117
118 .print-rows {
119     height:     120px;
120     min-height: 120px;
121     max-height: 120px;
122 }
123 .print-cell {
124     border-color: lightgray;
125     border-style: double;
126 }
127
128 .dropdown-menu button {
129     display: block;
130     padding: 3px 20px;
131     color: #333333;
132     text-decoration: none;
133     border: none;
134     background-color: transparent;
135     width: 100%;
136     text-align: left;
137 }
138
139 .dropdown-menu button:focus,
140 .dropdown-menu button:hover {
141     color: #262626;
142     text-decoration: none;
143     background-color: #f5f5f5;
144 }