equal
deleted
inserted
replaced
781 div.miniprompt div.mp-buttons { |
781 div.miniprompt div.mp-buttons { |
782 text-align: right; |
782 text-align: right; |
783 position: relative; |
783 position: relative; |
784 top: 10px; |
784 top: 10px; |
785 } |
785 } |
|
786 |
|
787 /* pseudo-buttons made with <a> tags */ |
|
788 .abutton { |
|
789 padding: 3px 5px; |
|
790 background-color: #f0f0f0; |
|
791 cursor: pointer; |
|
792 margin: 0 3px; |
|
793 } |
|
794 |
|
795 .abutton:hover { |
|
796 color: #f0f0f0 !important; |
|
797 } |
|
798 |
|
799 .abutton_green { color: #00aa00 !important; } |
|
800 .abutton_green:hover { background-color: #00aa00; } |
|
801 .abutton_blue { color: #0000aa !important; } |
|
802 .abutton_blue:hover { background-color: #0000aa; } |
|
803 .abutton_red { color: #aa0000 !important; } |
|
804 .abutton_red:hover { background-color: #aa0000; } |
|
805 |