MediaWiki:Group-editor.css: Difference between revisions
Created page with ".vector-page-toolbar { display: inline !important; }" |
No edit summary |
||
| (8 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS added here affects all members of the Solstice Editors group */ | |||
/* The toolbar settings adds visibility to the Vector toolbar (read, edit, discuss, tools, etc) */ | |||
.vector-page-toolbar { display: inline !important; } | .vector-page-toolbar { display: inline !important; } | ||
.sol-message-needsedit { | |||
display: inline-flex !important; | |||
width: 100%; | |||
margin: 0; | |||
margin-top: 0.5em; | |||
padding: 0; | |||
justify-content: flex-start; | |||
border: 2px #E2D2A9 solid; | |||
border-left-width: 10px; | |||
background-color: #FFF4D6; | |||
} | |||
Latest revision as of 09:31, 3 March 2025
/* CSS added here affects all members of the Solstice Editors group */
/* The toolbar settings adds visibility to the Vector toolbar (read, edit, discuss, tools, etc) */
.vector-page-toolbar { display: inline !important; }
.sol-message-needsedit {
display: inline-flex !important;
width: 100%;
margin: 0;
margin-top: 0.5em;
padding: 0;
justify-content: flex-start;
border: 2px #E2D2A9 solid;
border-left-width: 10px;
background-color: #FFF4D6;
}