Skip to content
Extraits de code Groupes Projets
Valider 7e3a751a rédigé par Thomas ZILLIOX's avatar Thomas ZILLIOX
Parcourir les fichiers

Format code & regenerate the base.css file

parent 606db617
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -126,7 +126,7 @@ textarea { ...@@ -126,7 +126,7 @@ textarea {
input, select, textarea { input, select, textarea {
border-radius: 4px; border-radius: 4px;
border: 1px solid #d4d4d4; border: 1px solid #d4d4d4;
background: #ffffff url(../../images/inp_bg.png) repeat-x 0 0; background: #ffffff url(plugins/Zeitgeist/images/inp_bg.png) repeat-x 0 0;
padding: 3px 10px; padding: 3px 10px;
color: #255792; color: #255792;
margin-bottom: 3px; margin-bottom: 3px;
...@@ -209,7 +209,7 @@ html.old-ie .ie-hide { ...@@ -209,7 +209,7 @@ html.old-ie .ie-hide {
padding: 3px 10px; padding: 3px 10px;
border-radius: 4px; border-radius: 4px;
border: 0; border: 0;
background: #847b6d url(../../images/dashboard_h_bg_hover.png) repeat-x 0 0; background: #847b6d url(plugins/Zeitgeist/images/dashboard_h_bg_hover.png) repeat-x 0 0;
float: right; float: right;
margin: 12px 0 10px 0; margin: 12px 0 10px 0;
cursor: pointer; cursor: pointer;
...@@ -291,7 +291,7 @@ table.entityTable tr td a { ...@@ -291,7 +291,7 @@ table.entityTable tr td a {
padding: 4px 0; padding: 4px 0;
} }
.entityList ul li { .entityList ul li {
background: #ffffff url(../../images/li_dbl_gray.gif) no-repeat 6px 10px; background: #ffffff url(plugins/Zeitgeist/images/li_dbl_gray.gif) no-repeat 6px 10px;
padding: 0 0 0 21px; padding: 0 0 0 21px;
line-height: 22px; line-height: 22px;
} }
...@@ -498,7 +498,7 @@ body .ui-tooltip.small { ...@@ -498,7 +498,7 @@ body .ui-tooltip.small {
margin: -8px 0 0 0; margin: -8px 0 0 0;
padding: 0; padding: 0;
height: 16px; height: 16px;
background: url(../../images/help.png); background: url(plugins/Zeitgeist/images/help.png);
overflow: hidden; overflow: hidden;
} }
/* Component styles */ /* Component styles */
...@@ -544,6 +544,59 @@ body .ui-tooltip.small { ...@@ -544,6 +544,59 @@ body .ui-tooltip.small {
padding: 0 5px; padding: 0 5px;
display: inline-block; display: inline-block;
} }
/* About Piwik box top right */
#header_message {
z-index: 0;
cursor: default;
position: absolute;
right: 4px;
overflow: hidden;
display: block;
height: 20px;
line-height: 20px;
padding: 5px 8px 5px 38px;
font-size: 14px;
border-radius: 4px;
}
#header_message:hover, #header_message.active {
width: auto;
height: auto;
z-index: 35;
}
#header_message .header_short {
display: block;
white-space: nowrap;
}
#header_message .header_full {
display: none;
}
#header_message:hover .header_short, #header_message.active .header_short {
display: none;
}
#header_message:hover .header_full, #header_message.active .header_full {
display: block;
}
.header_full {
padding-bottom: 5px;
line-height: 1.7em;
}
/* Orange alerts box */
.header_alert {
background: #fffdf7 url(plugins/Zeitgeist/images/ico_alert.png) no-repeat 7px 4px;
border: 1px solid #FF7F00;
font-weight: bold;
}
.header_alert, .header_alert a {
color: #FF7F00;
}
/* Blue info box */
.header_info {
background: #fafafa url(plugins/Zeitgeist/images/ico_info.png) no-repeat 7px 4px;
border: 1px solid #CBD9EB;
}
.header_info, .header_info a {
color: #444;
}
/*sites_autocomplete*/ /*sites_autocomplete*/
.sites_autocomplete { .sites_autocomplete {
position: absolute; position: absolute;
...@@ -572,7 +625,7 @@ body .ui-tooltip.small { ...@@ -572,7 +625,7 @@ body .ui-tooltip.small {
position: relative; position: relative;
z-index: 19; z-index: 19;
padding: 6px 6px 5px 6px; padding: 6px 6px 5px 6px;
background: #ffffff url(../../images/sites_selection.png) repeat-x 0 0; background: #ffffff url(plugins/Zeitgeist/images/sites_selection.png) repeat-x 0 0;
border: 1px solid #d4d4d4; border: 1px solid #d4d4d4;
color: #255792; color: #255792;
border-radius: 4px; border-radius: 4px;
...@@ -581,7 +634,7 @@ body .ui-tooltip.small { ...@@ -581,7 +634,7 @@ body .ui-tooltip.small {
padding: 0 20px 0 4px; padding: 0 20px 0 4px;
display: block; display: block;
text-decoration: none; text-decoration: none;
background: url(../../images/sort_subtable_desc.png) no-repeat right 0; background: url(plugins/Zeitgeist/images/sort_subtable_desc.png) no-repeat right 0;
} }
.sites_autocomplete .custom_select_main_link.noselect { .sites_autocomplete .custom_select_main_link.noselect {
padding: 0 8px; padding: 0 8px;
...@@ -590,7 +643,7 @@ body .ui-tooltip.small { ...@@ -590,7 +643,7 @@ body .ui-tooltip.small {
background: none; background: none;
} }
.sites_autocomplete .custom_select_loading { .sites_autocomplete .custom_select_loading {
background: url(../../images/loading-blue.gif) no-repeat right 3px; background: url(plugins/Zeitgeist/images/loading-blue.gif) no-repeat right 3px;
} }
.sites_autocomplete .custom_select_ul_list, .sites_autocomplete ul.ui-autocomplete { .sites_autocomplete .custom_select_ul_list, .sites_autocomplete ul.ui-autocomplete {
position: relative; position: relative;
...@@ -617,7 +670,7 @@ body .ui-tooltip.small { ...@@ -617,7 +670,7 @@ body .ui-tooltip.small {
height: 26px; height: 26px;
display: block; display: block;
white-space: nowrap; white-space: nowrap;
background: url(../../images/search_bg.png) no-repeat 0 0; background: url(plugins/Zeitgeist/images/search_bg.png) no-repeat 0 0;
} }
.sites_autocomplete .custom_select_search .inp { .sites_autocomplete .custom_select_search .inp {
vertical-align: top; vertical-align: top;
...@@ -679,7 +732,7 @@ body .ui-tooltip.small { ...@@ -679,7 +732,7 @@ body .ui-tooltip.small {
position: absolute; position: absolute;
right: 9px; right: 9px;
top: 7px; top: 7px;
background: url("../../images/icon-calendar.gif") no-repeat scroll; background: url("plugins/Zeitgeist/images/icon-calendar.gif") no-repeat scroll;
cursor: pointer; cursor: pointer;
} }
#periodString #date { #periodString #date {
...@@ -758,59 +811,6 @@ body .ui-tooltip.small { ...@@ -758,59 +811,6 @@ body .ui-tooltip.small {
background: #176999!important; background: #176999!important;
color: #FFF!important; color: #FFF!important;
} }
/* About Piwik box top right */
#header_message {
z-index: 0;
cursor: default;
position: absolute;
right: 4px;
overflow: hidden;
display: block;
height: 20px;
line-height: 20px;
padding: 5px 8px 5px 38px;
font-size: 14px;
border-radius: 4px;
}
#header_message:hover, #header_message.active {
width: auto;
height: auto;
z-index: 35;
}
#header_message .header_short {
display: block;
white-space: nowrap;
}
#header_message .header_full {
display: none;
}
#header_message:hover .header_short, #header_message.active .header_short {
display: none;
}
#header_message:hover .header_full, #header_message.active .header_full {
display: block;
}
.header_full {
padding-bottom: 5px;
line-height: 1.7em;
}
/* Orange alerts box */
.header_alert {
background: #fffdf7 url(../../images/ico_alert.png) no-repeat 7px 4px;
border: 1px solid #FF7F00;
font-weight: bold;
}
.header_alert, .header_alert a {
color: #FF7F00;
}
/* Blue info box */
.header_info {
background: #fafafa url(../../images/ico_info.png) no-repeat 7px 4px;
border: 1px solid #CBD9EB;
}
.header_info, .header_info a {
color: #444;
}
.loadingPiwik { .loadingPiwik {
font-size: 1.1em; font-size: 1.1em;
color: #444; color: #444;
......
...@@ -27,4 +27,4 @@ ...@@ -27,4 +27,4 @@
/* Remote components */ /* Remote components */
@import "../../CoreHome/stylesheets/_donate.less"; @import "../../CoreHome/stylesheets/_donate.less";
\ No newline at end of file
...@@ -13,7 +13,8 @@ ...@@ -13,7 +13,8 @@
border-radius: 4px; border-radius: 4px;
} }
#header_message:hover, #header_message.active { #header_message:hover,
#header_message.active {
width: auto; width: auto;
height: auto; height: auto;
z-index: 35; z-index: 35;
...@@ -50,7 +51,8 @@ ...@@ -50,7 +51,8 @@
font-weight: bold; font-weight: bold;
} }
.header_alert, .header_alert a { .header_alert,
.header_alert a {
color: #FF7F00; color: #FF7F00;
} }
......
...@@ -63,10 +63,6 @@ ...@@ -63,10 +63,6 @@
padding: 0 20px 0 0; padding: 0 20px 0 0;
} }
#periodString .period-type input {
}
#periodString .period-type label { #periodString .period-type label {
font-size: 12px; font-size: 12px;
display: inline-block; display: inline-block;
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter