Browse Source

tabs

master
rdrew 2 years ago
parent
commit
d7b2e4d063
  1. 35
      css-tweaks.css
  2. 38
      css/sass/_components.scss
  3. 36
      css/style.css
  4. 2
      css/style.css.map

35
css-tweaks.css

@ -31,38 +31,3 @@ input#edit-search-api-fulltext--2 {
width: 600px;
/* height: 54px; */
}
/* Style the tab */
.tab {
overflow: hidden;
border: 1px solid #ccc;
background-color: #f1f1f1;
}
/* Style the buttons that are used to open the tab content */
.tab button {
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
}
/* Change background color of buttons on hover */
.tab button:hover {
background-color: #ddd;
}
/* Create an active/current tablink class */
.tab button.active {
background-color: #ccc;
}
/* Style the tab content */
.tabcontent {
display: none;
padding: 6px 12px;
border: 1px solid #ccc;
border-top: none;
}

38
css/sass/_components.scss

@ -134,3 +134,41 @@ form#node-data-management-plan-form {
border: 4px solid var(--upei-yello);
padding: 0 9px;
}
//node tabs
//
/* Style the tab */
.tab {
overflow: hidden;
border: 1px solid #ccc;
background-color: #f1f1f1;
}
/* Style the buttons that are used to open the tab content */
.tab button {
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
}
/* Change background color of buttons on hover */
.tab button:hover {
background-color: #ddd;
}
/* Create an active/current tablink class */
.tab button.active {
background-color: #ccc;
}
/* Style the tab content */
.tabcontent {
display: none;
padding: 6px 12px;
border: 1px solid #ccc;
border-top: none;
}

36
css/style.css

@ -912,6 +912,42 @@ form#node-data-management-plan-form [type=submit] {
padding: 0 9px;
}
/* Style the tab */
.tab {
overflow: hidden;
border: 1px solid #ccc;
background-color: #f1f1f1;
}
/* Style the buttons that are used to open the tab content */
.tab button {
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
}
/* Change background color of buttons on hover */
.tab button:hover {
background-color: #ddd;
}
/* Create an active/current tablink class */
.tab button.active {
background-color: #ccc;
}
/* Style the tab content */
.tabcontent {
display: none;
padding: 6px 12px;
border: 1px solid #ccc;
border-top: none;
}
/*
* Custom Shortcodes
*/

2
css/style.css.map

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save