Fix active button ui

This commit is contained in:
0ip 2014-10-03 17:35:48 +02:00
parent d25d81b9e2
commit 12c1d3b05a
5 changed files with 17 additions and 25 deletions

View file

@ -158,16 +158,19 @@
float: right
}
#settings,
#importexport,
#import_export,
#embed,
#connectivity,
#users {
top: 62px;
}
#importexport .popup {
width: 185px
#import_export .popup {
width: 183px;
border-top: none;
border-right: none;
border-radius: 0 0 0 6px;
}
#importexport {
#import_export {
top: 118px;
width: 185px;
}