@@ -25,6 +25,12 @@ h1.article-title {color:#739D13;}
25
25
h2 .article-title {color : # 739D13 ;}
26
26
h2 .comment-title {color : # 739D13 ;}
27
27
28
+ img .led {
29
+ border : 0 ;
30
+ width : 16px ;
31
+ height : 16px ;
32
+ }
33
+
28
34
table .no-border {
29
35
border : 0 ;
30
36
line-height : 1.6 ;
@@ -69,6 +75,7 @@ table.list td.closed-ticket {
69
75
padding : .7em 1.5em ; /* odsazení od textu */
70
76
outline : none; /* odstraňovat vnější rámeček v Mozilla */
71
77
border : none;
78
+ border-radius : 5px ;
72
79
}
73
80
74
81
textarea .full-width {
@@ -82,13 +89,15 @@ fieldset {
82
89
box-sizing : border-box;
83
90
padding : 15px ;
84
91
line-height : 1.5 ;
92
+ border-radius : 5px ;
85
93
}
86
94
87
95
legend {
88
96
color : # 000000 ;
89
97
background : # d0d0d0 ;
90
98
border : 1px solid # d0d0d0 ;
91
99
padding : 2px 6px ;
100
+ border-radius : 5px ;
92
101
}
93
102
94
103
legend .hidden-legend {display : none;}
@@ -110,6 +119,7 @@ legend.hidden-legend {display: none;}
110
119
margin : 0 ;
111
120
padding : 0px 5px ;
112
121
box-sizing : border-box;
122
+ border-radius : 5px ;
113
123
}
114
124
115
125
.common-input-chck {
@@ -125,6 +135,7 @@ legend.hidden-legend {display: none;}
125
135
background : # ffffff ;
126
136
height : 150px ;
127
137
border : 1px solid # c3c3c3 ;
138
+ border-radius : 5px ;
128
139
width : 100% ;
129
140
box-sizing : border-box;
130
141
}
@@ -134,6 +145,7 @@ legend.hidden-legend {display: none;}
134
145
background : # ffffff ;
135
146
height : 150px ;
136
147
border : 1px solid # c3c3c3 ;
148
+ border-radius : 5px ;
137
149
box-sizing : border-box;
138
150
}
139
151
.common-submit input {
@@ -507,6 +519,7 @@ p.contact a {
507
519
border : 0 ;
508
520
margin : 0 ;
509
521
padding : 0 ;
522
+ border-radius : 5px 0px 0px 5px ;
510
523
}
511
524
512
525
# search-submit {
@@ -517,6 +530,7 @@ p.contact a {
517
530
width : 60px ;
518
531
height : 22px ;
519
532
border : 0 ;
533
+ border-radius : 0px 5px 5px 0px ;
520
534
521
535
color : # ffffff ;
522
536
text-decoration : none;
@@ -565,6 +579,7 @@ p.contact a {
565
579
outline : none;
566
580
margin : 5px 0px 5px 0px ;
567
581
text-align : center;
582
+ border-radius : 5px ;
568
583
}
569
584
570
585
# login-label {
@@ -595,6 +610,7 @@ p.contact a {
595
610
border : 0 ;
596
611
margin : 0 ;
597
612
padding : 0 ;
613
+ border-radius : 5px ;
598
614
}
599
615
600
616
# password-input {
@@ -603,13 +619,15 @@ p.contact a {
603
619
border : 0 ;
604
620
margin : 0 ;
605
621
padding : 0 ;
622
+ border-radius : 5px ;
606
623
}
607
624
608
625
# login-submit {
609
626
padding : .1em .1em ;
610
627
width : 100px ;
611
628
height : 22px ;
612
629
border : 0 ;
630
+ border-radius : 5px ;
613
631
color : # ffffff ;
614
632
text-decoration : none;
615
633
user-select : none;
@@ -765,6 +783,21 @@ p.contact a {
765
783
line-height : 1.5 ;
766
784
}
767
785
786
+ # survey-submit {
787
+ padding : .1em .1em ;
788
+ width : 100px ;
789
+ height : 22px ;
790
+ border : 0 ;
791
+ color : # ffffff ;
792
+ text-decoration : none;
793
+ user-select : none;
794
+ background : # 2F2F2F ;
795
+ outline : none;
796
+ margin : 0 ;
797
+ text-align : center;
798
+ border-radius : 5px ;
799
+ }
800
+
768
801
.usefullinks {
769
802
margin : 0 ;
770
803
list-style : none;
0 commit comments