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.
amue-authentic2/extra-static/amue/style.css

42 lines
658 B
CSS

div#wrap {
padding-left: 0;
padding-right: 0;
}
#header {
background: white;
width: 100%;
background: white url(bg_header.png) repeat-x bottom left;
padding-left: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
height: 108px;
}
#header h1 {
margin: 0;
padding-top: 0;
padding-left: 20px;
}
div#tabs {
border: none;
}
ul.ui-tabs-nav {
display: none;
}
input[type=submit] {
padding: 5px 10px;
background-color: #4f8cc8;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
input[type=submit]:hover {
background-color: #0a73b8;
}