You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
123456789101112131415161718 |
- /*Initialize*/
- div.loginmenu {
- position: absolute;
- margin: 0;
- padding: 5px;
- top: 40px;
- left: 20px;
- }
-
- a.disabled {
- color: gray !important;
- pointer-events: none;
- }
-
- .loginmenu.extendedToolbarPopup {
- top: 20px;
- left: 40px;
- }
|