ajout date_invitation, corrections template
[mw_sourceml] / app / out / default / css / actions / sources.css
index 363fd9b..d0c3113 100644 (file)
@@ -127,6 +127,33 @@ p#play_all a
   width: 220px;
 }
 
+#colonne .logo_groupe{
+  text-align: center;
+  height: auto;
+  width: 220px;
+  padding: 0 10px 10px 10px;
+}
+
+#colonne .logo_groupe a{
+  display: block;
+  border: solid 1px #e5e5e5;
+  border-radius: 5px;
+  text-align: center;
+  background-color: #ffffff;
+  font-weight: bold;
+  color: #444444;
+}
+#colonne .logo_groupe a:hover{
+  background-color: #f1f1f1;
+}
+#colonne .logo_groupe a img{
+}
+#colonne .logo_groupe a span{
+  display: block;
+  padding: 10px;
+  text-align: center;
+}
+
 #colonne ul#album_links
 { margin: 32px 18px 0px 0px;
 }
@@ -168,28 +195,19 @@ p#play_all a
 
 /* ------------------------------- albums (page groupe) --- */
 
-ul.menu_albums{
-  margin: 32px 18px 0px 0px;
-  list-style-type: none;
-  margin-left: 0px;
-  margin: 0px 0px 10px 10px;
+ul.menu_albums
+{ margin: 32px 18px 0px 0px;
 }
 
-ul.menu_albums li{
-  list-style-type: none;
-  width: 250px;
+ul.menu_albums li
+{ list-style-type: none;
+  margin: 0px;
   padding: 0px;
 }
 
-#colonne ul.menu_albums li{
-  width: auto;
-}
-
-ul.menu_albums li a{
-  margin: 5px 0px 5px 10px;
-  display: block;
-  height: 90px;
-  padding: 5px;
+ul.menu_albums li a
+{ display: block;
+  padding: 5px 5px 0px 5px;
   border: solid 1px #d5d5d5;
   border-radius: 3px;
 }
@@ -198,13 +216,29 @@ ul.menu_albums li a:hover{
   background-color: #f5f5f5;
 }
 
-ul.menu_albums li a span{
-  display: block;
+ul.menu_albums
+{ list-style-type: none;
+  margin-left: 0px;
+  margin: 0px 0px 10px 10px;
+}
+
+ul.menu_albums li
+{ margin-left: 0px;
+  width: 220px;
+  margin: 5px 0px 5px 10px;
+}
+
+ul.menu_albums li a
+{ display: block;
+  height: 90px;
+  padding: 5px;
+}
+
+ul.menu_albums li a span
+{ display: block;
   float: right;
-  max-width: 140px;
   padding: 10px 5px 0px 5px;
-  text-align: right;
-  font-weight: bold;
+  max-width: 100px;
 }
 
 /* ------------------------ blocs source -------------------- */
@@ -230,10 +264,18 @@ ul.sources li{
   box-shadow: 0px 0px 5px #d5d5d5;
 }
 
-.track h1{
-  font-size: 1.3em;
+.track .logo_source{
   float: left;
 }
+
+.track h1{
+  font-size: 1.2em;
+  padding-left: 0;
+}
+.track h1.with_image{
+  padding-left: 110px;
+}
+
 .track h1 a{
   color: #555555;
 }
@@ -241,6 +283,10 @@ ul.sources li{
   text-decoration: underline;
 }
 
+.track h3{
+  font-size: 1.1em;
+}
+
 .track ul.authors{
   float: right;
   padding: 0;
@@ -339,32 +385,32 @@ ul.documents li
 }
 
 .pistes
-{ margin: 0px 13px 10px 45px;
+{ margin: 0px 13px 10px 13px;
   padding-left: 0px;
 }
 
 .derivation
-{ margin: 0px 13px 10px 45px;
+{ margin: 0px 13px 10px 13px;
   padding-left: 0px;
 }
 
 .source_arbo h3{
   font-size: 1em;
   font-weight: bold;
-  padding-left: 35px;
+  padding-left: 13px;
   color: #444444;
 }
 
 .derivation h3{
   font-size: 1em;
   font-weight: bold;
-  padding-left: 35px;
+  padding-left: 13px;
   color: #444444;
 }
 
 .pistes h3{
   font-weight: bold;
-  padding-left: 35px;
+  padding-left: 13px;
   color: #444444;
 }
 
@@ -483,3 +529,36 @@ ul#lien_contact li a
 .loading span{
   display: none;
 }
+
+/* ----------------------------------- bouton de derivation --------- */
+
+ul.button_derive:after{
+  content: "";
+  display: table;
+  clear: both;
+}
+
+ul.button_derive li{
+  list-style-type: none;
+  float: right;
+  position: relative;
+  padding: 2px 5px 0 1em;
+}
+
+ul.button_derive li input[type=submit]{
+  display: block;
+  white-space : nowrap;
+  border: solid 1px #d5d5d5;
+  background-color: #ffffff;
+  background-image: url("../../icons/add.gif");
+  background-repeat: no-repeat;
+  background-position: 7px 10px;
+  padding: 0.6em 1em 0.6em 25px;
+  border-radius: 3px;
+  color: #000066;
+}
+ul.button_derive li input[type=submit]:hover{
+  color: #000066;
+  background-color: #f5f5f5;
+  cursor: pointer;
+}