-
Notifications
You must be signed in to change notification settings - Fork 0
/
tekfuzecss.css
124 lines (109 loc) · 1.28 KB
/
tekfuzecss.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
body
{
background-color: #f6f6f6;
color: #444;
}
#all
{
position:relative;
}
#content{
margin-left: 10%;
width: 80%;
margin-right: 10%;
clear: both;
position: absolute;
zoom: 1;
/*width: 90%;*/
}
#kedsimg
{
margin-top:7%;
width: 18%;
height: 100px;
position:absolute ;
left:3%;
}
#tekfuzeimg{
/*margin-left:80%;*/
margin-top:7%;
width: 10%;
height: 100px;
right:10%;
position:absolute ;
}
.statusi
{
float: right;
margin-right: 70px;
}
#values
{
/*margin-left:80%;*/
margin-top:17%;
margin-bottom:5%;
width: 100%;
height: 500px;
position:absolute ;
/*border: 1px solid black;*/
}
#control_button
{
margin-top:600px;
width: 100%;
height: 140px;
position:absolute ;
/*border: 1px solid black;*/
}
table , th ,tr ,td {
text-align: center;
}
.tabela
{
width:90%;
margin-left:5%;
margin-top:2%;
}
.data
{
text-align: left;
}
.p_left
{
float: left;
margin-bottom: 20px;
margin-left: 60px;
resize: none;
margin-top: 40px;
}
.p_bottom
{
float: left;
margin-left: 100px;
resize: none;
margin-top: 60px;
}
label
{
width:80px;
}
.btn
{
margin-left: 30%;
}
/*Bootstrep*/
.btn span.glyphicon {
opacity: 0;
}
.btn.active span.glyphicon {
opacity: 1;
}
/*Bootstrep*/
.checkbox
{
margin-left:66%;
}
#textarea
{
margin-right:30px;
}