summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-10-10 15:32:35 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-10-10 15:33:31 +0200
commita7bfc4fab887ba16cd4c700ca11765b3f0eb95cf (patch)
tree435fef9b8e650bef2398e97de7e613754abeeaf9
parentda4a3025d7e81c9e510e0120c5e173e59d9f6573 (diff)
downloadChimère - projet Saclay-a7bfc4fab887ba16cd4c700ca11765b3f0eb95cf.tar.bz2
Chimère - projet Saclay-a7bfc4fab887ba16cd4c700ca11765b3f0eb95cf.zip
Change default style
-rw-r--r--static/saclay/css/styles.css18
1 files changed, 12 insertions, 6 deletions
diff --git a/static/saclay/css/styles.css b/static/saclay/css/styles.css
index d5908dc..f08947c 100644
--- a/static/saclay/css/styles.css
+++ b/static/saclay/css/styles.css
@@ -84,8 +84,9 @@ caption{
body, #content,
#sidebar,
.action li.ui-button,
-#detail_content
-{
+#detail_content,
+.news,
+.dialog-content .content{
background-color:#eee;
}
@@ -383,16 +384,21 @@ h3.warn{
}
.no-titlebar .ui-dialog-content.ui-widget-content{
- background-image:url(../images/popup/title_frame.png);
- background-repeat:repeat-x;
+ /*background-image:url(../images/popup/title_frame.png);
+ background-repeat:repeat-x;*/
margin-top:22px;
+ padding: 0;
}
.no-titlebar .ui-dialog-content.ui-widget-content h2{
margin:2px 0 12px 0;
- text-transform:uppercase;
+ font-weight: bold;
+ font-size: 20px;
+ background-color: #fff;
+ color: #000;
}
-.dialog-content{
+.content{
+ padding: 1em;
}
.news,