Subversion-Projekte lars-tiefland.ci

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
776 lars 1
/***
2
Ticket Page
3
***/
4
/* Cubic Bezier Transition */
5
.app-ticket {
6
  overflow: hidden; }
7
  .app-ticket h3 {
8
    margin: 0 0 15px 0;
9
    font-size: 14px;
10
    font-weight: bold; }
11
  .app-ticket h3 i {
12
    color: #a1acb7;
13
    margin-right: 5px; }
14
  .app-ticket p {
15
    margin: 0; }
16
 
17
.app-ticket-details .portlet-body .row {
18
  margin-bottom: 30px; }
19
 
20
.app-ticket-details .ticket-line {
21
  width: 100%;
22
  height: 1px;
23
  border-bottom: 1px solid;
24
  border-color: #e7ecf1;
25
  margin-bottom: 30px; }
26
 
27
.app-ticket-details .ticket-id,
28
.app-ticket-details .ticket-title {
29
  display: inline-block;
30
  font-size: 16px;
31
  margin-right: 30px; }
32
 
33
.app-ticket-details .ticket-cust a:hover {
34
  text-decoration: none; }
35
 
36
.app-ticket-details .ticket-reply-msg {
37
  width: 100%;
38
  height: 7em;
39
  border-color: #e7ecf1;
40
  outline: none; }
41
 
42
.app-ticket-details .ticket-assign,
43
.app-ticket-details .ticket-status {
44
  padding: 5px;
45
  border: 1px solid;
46
  border-color: #e7ecf1;
47
  outline: none; }
48
 
49
.app-ticket-config .ticket-counter {
50
  text-align: center; }
51
  .app-ticket-config .ticket-counter > h4 {
52
    font-size: 24px; }
53
 
54
@media (max-width: 991px) {
55
  .app-ticket-details .ticket-margin {
56
    margin-top: 30px; } }
57
 
58
@media (max-width: 480px) {
59
  .app-ticket-config .ticket-counter {
60
    margin-bottom: 30px; } }