Difference between revisions of "Widget:Template/AbilityDisplay/css"
Jump to navigation
Jump to search
>Canim44 m (Fixing comment *) |
>Canim44 m (Spacing) |
||
| Line 2: | Line 2: | ||
/** [[Template:AbilityDisplay]] **/ | /** [[Template:AbilityDisplay]] **/ | ||
.tabbertab .ability-header .noAbilityCap { | .tabbertab .ability-header .noAbilityCap { | ||
| − | + | background-color: #e6f7ff; | |
| − | + | border-bottom: 1px solid skyblue; | |
| − | + | font-size: 14px; | |
| − | + | padding: 5px 10px; | |
| − | + | position: absolute; | |
| − | + | right: 0; | |
| − | + | left: 0; | |
| − | + | top: 0; | |
| − | + | white-space: nowrap; | |
} | } | ||
/* Hack to expand the header to the right width */ | /* Hack to expand the header to the right width */ | ||
.tabbertab .ability-header-spacer .noAbilityCap { | .tabbertab .ability-header-spacer .noAbilityCap { | ||
| − | + | font-size: 14px; | |
| − | + | height: 0px; | |
| − | + | padding: 0 10px; | |
| − | + | visibility: hidden; | |
| − | + | white-space: nowrap; | |
} | } | ||
</style> | </style> | ||
</includeonly> | </includeonly> | ||