mirror of
https://github.com/YunoHost-Apps/jappix_ynh.git
synced 2024-09-03 19:26:19 +02:00
29 lines
No EOL
477 B
CSS
29 lines
No EOL
477 B
CSS
/*
|
|
|
|
Jappix - An open social platform
|
|
This is the Ad-Hoc CSS stylesheet for Jappix
|
|
|
|
-------------------------------------------------
|
|
|
|
License: AGPL
|
|
Author: Valérian Saliou
|
|
|
|
*/
|
|
|
|
#adhoc .content {
|
|
padding: 10px 0 10px 0;
|
|
}
|
|
|
|
#adhoc .adhoc-head {
|
|
background-color: #f1f6fd;
|
|
border: 1px #9dc4fc solid;
|
|
width: 598px;
|
|
height: 18px;
|
|
font-size: 0.9em;
|
|
margin: 0 10px 12px 10px;
|
|
padding: 6px 10px;
|
|
}
|
|
|
|
#adhoc .one-actions .one-button {
|
|
float: right;
|
|
} |