RT 4.2.11, ticket#13852
[freeside.git] / rt / share / static / css / base / nav.css
1 .sf-menu li.active > .menu-item {
2     font-weight: bold;
3 }
4
5 #topactions input[type="submit"], #topactions input.button {
6     width: auto;
7     padding-left: 0.5em;
8     padding-right: 0.5em;
9 }
10
11 #topactions form {
12     display: block;
13     float: right;
14     margin-left: 1em;
15     text-align: right;
16 }
17