style.css
2.26 KB
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
.mpog_hidden_field {
display: none;
}
.dynamic-table {
border: solid 1px #000;
margin-top: 5px;
margin-bottom: 15px;
}
.dynamic-table td, .dynamic-table tr {
border: none;
}
.dynamic-table input {
width: 220px;
}
#institution_dialog {
display: none;
}
.errorExplanation {
color: red;
margin-left: 10px;
}
.hide-field {
display: none !important;
}
.show-field {
display: block !important;
}
.formfieldline {
margin-top: 10px;
}
.formfieldline input[type="text"] {
width: 180px;
}
#profile-data .invalid {
border-color: rgb(127, 0, 0);
box-shadow: 0px 0px 7px red;
}
#profile-data .validated {
box-shadow: 0px 0px 7px green;
border-color: rgb(0, 80, 0);
}
#software-name-field {
padding-bottom: 10px;
}
#software-hostname {
padding: 0px 7px;
font-size: 18px;
}
.mandatory::after {
color: red;
content: ' (*)';
}
.autocomplete_validation_message {
color: red;
}
#content .softwares-block ul {
min-width: 196px;
width: 192px;
margin: 0px 0px 0px -3px;
padding: 0px;
}
#content .box-1 .softwares-block ul {
width: auto;
display: block;
}
#content .softwares-block .block-footer-content a {
background: url(../../../designs/themes/base/imgs/arrow-right-p.png) 100% 50% no-repeat;
}
#software-info-repository-link{
width: 315px;
}
.software-block {
position: relative;
float: left;
overflow: hidden;
}
.software-block-content, .software-block-finality {
width: 100%;
position: absolute;
}
/*===== Communities rate hotspot extra fields =====*/
.comments-software-extra-fields div {
display: none;
}
#content .star-rate-form .star-comment-container .comments-display-fields {
cursor: pointer;
}
.extra-fields-container {
overflow: auto;
}
.catalog_rating_block {
margin-top: 5px;
}
#droppable-list-downloads .download-forms{
margin-bottom: 20px;
margin-left: 0;
}
.download-forms ul li{
margin-bottom: 10px;
}
.download-forms ul li label{
display: block;
margin-bottom: 5px;
}
#edit-download-block ul.link-list-header{
display: none;
}
#edit-download-block{
margin-top: 10px;
}
/* end of profile_design download block */
/* new_software page */
.new-software-form .obrigatory-field {
margin-bottom: 20px;
}
.new-software-form .optional-field {
margin-bottom: 20px;
}
/* end of new_software page */