1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jappix_ynh.git synced 2024-09-03 19:26:19 +02:00
jappix_ynh/source/app/stylesheets/options.css
2014-04-08 20:14:28 +02:00

114 lines
1.7 KiB
CSS

/*
Jappix - An open social platform
This is the options CSS stylesheet for Jappix
-------------------------------------------------
License: AGPL
Author: Valérian Saliou
*/
#options label {
width: 190px;
font-size: 0.94em;
}
#options .forms {
width: 610px;
height: 328px;
margin: 15px 15px 15px 15px;
float: left;
}
#options .forms select {
margin-top: -3px;
min-width: 120px;
float: left;
}
html[dir="rtl"] #options .forms select {
float: right;
}
#options .forms a.linked {
font-size: 0.9em;
float: left;
}
#options .forms a.empty-archives {
margin-top: -2px;
margin-left: 5px;
}
html[dir="rtl"] #options .forms a.linked {
float: right;
}
#options .forms.in_background fieldset {
opacity: 0.5;
}
#options fieldset.privacy {
display: none;
}
#options .sub-ask-delete, #options .sub-ask-pass, #options .sub-ask-pass-success {
display: none;
}
#options .sub-ask {
background: #cbdde1;
border: 1px #879da2 dotted;
width: 592px;
padding: 8px;
display: none;
position: absolute;
bottom: 15px;
}
#options .sub-ask-top {
font-size: 0.9em;
margin-top: -3px;
}
#options .sub-ask-title {
margin-bottom: 4px;
float: left;
}
#options .sub-ask-close {
float: right;
}
#options .sub-ask-close:hover {
cursor: pointer;
}
#options .sub-ask-content {
clear: both;
height: 25px;
font-size: 0.9em;
border-top: 1px #416972 solid;
padding: 12px 0 0 0;
}
#options .sub-ask-content label {
width: 125px;
}
#options .sub-ask-content input {
width: 125px;
}
#options .sub-ask-bottom {
clear: both;
font-size: 0.9em;
float: right;
text-decoration: underline;
}
#options .sub-ask-bottom:hover {
cursor: pointer;
}