ajout date_invitation, corrections template
[mw_sourceml] / app / out / default / css / actions / sources.css
index 756ef6b..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 -------------------- */
@@ -498,20 +532,33 @@ ul#lien_contact li a
 
 /* ----------------------------------- bouton de derivation --------- */
 
-form.button_derive{
-  text-align: right;
+ul.button_derive:after{
+  content: "";
+  display: table;
+  clear: both;
 }
 
-form.button_derive div{
-  display: inline;
+ul.button_derive li{
+  list-style-type: none;
+  float: right;
+  position: relative;
+  padding: 2px 5px 0 1em;
 }
-form.button_derive div input[type=submit]{
-  background-color: transparent;
-  color: #333333;
-  border: solid 1px #c0c0c0;
-  padding: 1em;
-  border-radius: 5px;
+
+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;
 }
-form.button_derive div input[type=submit]:hover{
-  color: #c0c0c0;
+ul.button_derive li input[type=submit]:hover{
+  color: #000066;
+  background-color: #f5f5f5;
+  cursor: pointer;
 }