This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
portail-citoyen2/portail_citoyen2/static/portail_citoyen/css/admin.css

47 lines
757 B
CSS

/**
* theming styles
*
*/
#header {
background: url(/static/admin_tools/images/admin-tools.png) 0 0 repeat-x;
}
#header #branding h1 {
margin: 0;
padding: 5px 10px;
/* text-indent: -9999px;
background: transparent url(../images/logo-portail-citoyen.png) 10px 5px no-repeat;
height: 31px;
width: 93px; */
}
div.breadcrumbs {
display: block;
padding: 10px 15px;
border: 0;
background-position: 0 -8px;
border-bottom: 1px solid #ededed;
}
div.breadcrumbs a {
display: inline;
}
.selector {
width: 980px;
float: left;
}
.selector select {
width: 470px;
height: 17.2em;
}
.selector-available, .selector-chosen {
float: left;
width: 470px;
text-align: center;
margin-bottom: 5px;
}