Skip to content
Snippets Groups Projects
Commit 074fdac8 authored by Yasha Prikhodko's avatar Yasha Prikhodko Committed by Tim Plunkett
Browse files

Issue #1128236 by yashadev | modulist: Fixed Edit view/name description button...

Issue #1128236 by yashadev | modulist: Fixed Edit view/name description button covers up display titles.
parent 4c67cda1
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -433,6 +433,10 @@ td.group-title {
padding: 3px 9px;
}
.views-display-top #views-display-top {
max-width: 180px;
}
/* @end */
/* @group Attachment details tabs
......@@ -440,6 +444,18 @@ td.group-title {
* The tabs that switch between sections
*/
ul#views-display-menu-tabs {
margin-right: 200px;
}
ul#views-display-menu-tabs li {
margin-bottom: 5px;
}
ul#views-display-menu-tabs li.add ul.action-list li{
margin: 0;
}
.views-displays .secondary a {
border: 1px solid #cbcbcb;
display: inline-block;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment