equal
deleted
inserted
replaced
803 .abutton_blue { color: #000088 !important; } |
803 .abutton_blue { color: #000088 !important; } |
804 .abutton_blue:hover { background-color: #000088 !important; } |
804 .abutton_blue:hover { background-color: #000088 !important; } |
805 .abutton_red { color: #880000 !important; } |
805 .abutton_red { color: #880000 !important; } |
806 .abutton_red:hover { background-color: #880000 !important; } |
806 .abutton_red:hover { background-color: #880000 !important; } |
807 |
807 |
|
808 /* User rank administration */ |
|
809 |
|
810 div.rankadmin-left { |
|
811 float: left; |
|
812 border: 1px solid #e0e0e0; |
|
813 margin: 0 1.4em 0 0; |
|
814 padding: 0.6em; |
|
815 } |
|
816 |
|
817 a.rankadmin-editlink { |
|
818 display: block; |
|
819 font-size: large; |
|
820 padding: 3px; |
|
821 } |
|
822 |
|
823 a.rankadmin-editlink:hover { |
|
824 background-color: #f0f0f0; |
|
825 } |
|
826 |
|
827 div.rankadmin-right { |
|
828 float: left; |
|
829 } |