Actualización
This commit is contained in:
84
plugin/advanced_subscription/views/css/style.css
Normal file
84
plugin/advanced_subscription/views/css/style.css
Normal file
@@ -0,0 +1,84 @@
|
||||
.text-title-select{
|
||||
display: inline-block;
|
||||
}
|
||||
#session-select{
|
||||
display: inline-block;
|
||||
}
|
||||
.title-name-session{
|
||||
display: block;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
font-weight: normal;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.badge-dis{
|
||||
background-color: #008080;
|
||||
font-size: 20px;
|
||||
}
|
||||
.badge-recom{
|
||||
background-color:#88aa00 ;
|
||||
font-size: 20px;
|
||||
}
|
||||
.badge-info {
|
||||
font-size: 20px;
|
||||
}
|
||||
.separate-badge{
|
||||
margin-bottom: 20px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
.date, .mode{
|
||||
display: inline-block;
|
||||
}
|
||||
.img-circle{
|
||||
border-radius: 500px;
|
||||
-moz-border-radius: 500px;
|
||||
-webkit-border-radius: 500px;
|
||||
}
|
||||
#student_table.table td{
|
||||
vertical-align: middle;
|
||||
text-align: center;
|
||||
}
|
||||
#student_table.table td.name{
|
||||
color: #084B8A;
|
||||
text-align: left;
|
||||
|
||||
}
|
||||
#student_table.table th{
|
||||
font-size: 14px;
|
||||
vertical-align: middle;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#modalMail .modal-body {
|
||||
height: 360px;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
#iframeAdvsub {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.legal-terms-popup{
|
||||
margin-top: 5%;
|
||||
margin-left: 5%;
|
||||
margin-right: 5%;
|
||||
}
|
||||
|
||||
.legal-terms{
|
||||
width: 90%;
|
||||
height: 50%;
|
||||
}
|
||||
|
||||
.legal-terms-buttons {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.legal-terms-title {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.advanced-subscription-decision-column {
|
||||
width: 200px;
|
||||
}
|
||||
Reference in New Issue
Block a user