pandorafms/pandora_console/include/styles/help_feedback.css

78 lines
1.1 KiB
CSS
Raw Normal View History

2019-10-15 12:16:50 +02:00
html,
body {
width: 100%;
height: 100%;
}
2019-11-07 18:38:52 +01:00
div#main_pure {
background-color: #fefefe;
text-align: left;
margin-bottom: 0px;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
width: 100%;
position: static;
}
2019-10-15 12:16:50 +02:00
div.help_feedback {
position: fixed;
bottom: 0;
height: auto;
2019-11-07 17:26:32 +01:00
background-color: #fff;
2019-11-07 18:38:52 +01:00
right: 3em;
2019-10-15 12:16:50 +02:00
}
2019-11-07 17:26:32 +01:00
.help_feedback label {
2019-10-15 18:11:21 +02:00
font-weight: normal;
2019-10-15 12:16:50 +02:00
}
2019-11-07 17:26:32 +01:00
.help_feedback * {
font-family: "lato", "courier", sans-serif;
font-size: 8pt;
}
2019-10-15 18:11:21 +02:00
2019-11-07 17:26:32 +01:00
.help_feedback .white_table_graph_header {
background: #82b92e;
color: #fff;
}
.help_feedback .white_table_graph {
margin-bottom: 0;
box-shadow: 0px 5px 6px 2px #888;
}
.help_feedback .white-box-content form {
margin-bottom: 0;
padding: 0;
}
.help_feedback .explain {
margin: 10px auto;
2019-10-15 12:16:50 +02:00
}
.textarea_feedback {
margin-top: 10px;
}
.email_feedback {
max-width: 200px;
margin-left: 39px;
margin-top: 10px;
margin-bottom: 10px;
font-weight: bolder;
}
.btn_submit_feed_back {
2019-11-07 17:26:32 +01:00
margin: 15px 0 0 0;
2019-10-15 12:16:50 +02:00
}
2019-11-07 17:26:32 +01:00
.btn {
margin: 0 auto;
2019-10-15 12:16:50 +02:00
cursor: pointer;
}
2019-11-07 17:26:32 +01:00
.flex-row-baseline.w100p label {
cursor: pointer;
2019-10-15 12:16:50 +02:00
}