mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Merge branch 'master' into new-helpers
This commit is contained in:
32
css/bulma.css
vendored
32
css/bulma.css
vendored
@@ -308,7 +308,7 @@ th {
|
||||
|
||||
td:not([align]),
|
||||
th:not([align]) {
|
||||
text-align: left;
|
||||
text-align: inherit;
|
||||
}
|
||||
|
||||
html {
|
||||
@@ -441,7 +441,7 @@ table th {
|
||||
|
||||
table td:not([align]),
|
||||
table th:not([align]) {
|
||||
text-align: left;
|
||||
text-align: inherit;
|
||||
}
|
||||
|
||||
table th {
|
||||
@@ -2065,7 +2065,7 @@ fieldset[disabled] .button {
|
||||
}
|
||||
|
||||
.content table th:not([align]) {
|
||||
text-align: left;
|
||||
text-align: inherit;
|
||||
}
|
||||
|
||||
.content table thead td,
|
||||
@@ -2262,8 +2262,8 @@ fieldset[disabled] .button {
|
||||
.notification {
|
||||
background-color: whitesmoke;
|
||||
border-radius: 4px;
|
||||
padding: 1.25rem 2.5rem 1.25rem 1.5rem;
|
||||
position: relative;
|
||||
padding: 1.25rem 2.5rem 1.25rem 1.5rem;
|
||||
}
|
||||
|
||||
.notification a:not(.button):not(.dropdown-item) {
|
||||
@@ -2285,8 +2285,8 @@ fieldset[disabled] .button {
|
||||
}
|
||||
|
||||
.notification > .delete {
|
||||
position: absolute;
|
||||
right: 0.5rem;
|
||||
position: absolute;
|
||||
top: 0.5rem;
|
||||
}
|
||||
|
||||
@@ -2731,7 +2731,7 @@ fieldset[disabled] .button {
|
||||
}
|
||||
|
||||
.table th:not([align]) {
|
||||
text-align: left;
|
||||
text-align: inherit;
|
||||
}
|
||||
|
||||
.table tr.is-selected {
|
||||
@@ -2879,13 +2879,13 @@ fieldset[disabled] .button {
|
||||
|
||||
.tags.has-addons .tag:not(:first-child) {
|
||||
margin-left: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
.tags.has-addons .tag:not(:last-child) {
|
||||
border-bottom-right-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
.tag:not(body) {
|
||||
@@ -4138,7 +4138,7 @@ fieldset[disabled] .select select:hover {
|
||||
display: block;
|
||||
max-width: 16em;
|
||||
overflow: hidden;
|
||||
text-align: left;
|
||||
text-align: inherit;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
@@ -4421,7 +4421,7 @@ fieldset[disabled] .select select:hover {
|
||||
clear: both;
|
||||
font-size: 1rem;
|
||||
position: relative;
|
||||
text-align: left;
|
||||
text-align: inherit;
|
||||
}
|
||||
|
||||
.control.has-icons-left .input:focus ~ .icon,
|
||||
@@ -4709,7 +4709,7 @@ fieldset[disabled] .select select:hover {
|
||||
a.dropdown-item,
|
||||
button.dropdown-item {
|
||||
padding-right: 3rem;
|
||||
text-align: left;
|
||||
text-align: inherit;
|
||||
white-space: nowrap;
|
||||
width: 100%;
|
||||
}
|
||||
@@ -4849,7 +4849,7 @@ button.dropdown-item.is-active {
|
||||
.media {
|
||||
align-items: flex-start;
|
||||
display: flex;
|
||||
text-align: left;
|
||||
text-align: inherit;
|
||||
}
|
||||
|
||||
.media .content:not(:last-child) {
|
||||
@@ -4905,7 +4905,7 @@ button.dropdown-item.is-active {
|
||||
flex-basis: auto;
|
||||
flex-grow: 1;
|
||||
flex-shrink: 1;
|
||||
text-align: left;
|
||||
text-align: inherit;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
@@ -6298,11 +6298,11 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i
|
||||
}
|
||||
.navbar > .container .navbar-brand,
|
||||
.container > .navbar .navbar-brand {
|
||||
margin-left: -.75rem;
|
||||
margin-left: -0.75rem;
|
||||
}
|
||||
.navbar > .container .navbar-menu,
|
||||
.container > .navbar .navbar-menu {
|
||||
margin-right: -.75rem;
|
||||
margin-right: -0.75rem;
|
||||
}
|
||||
.navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
|
||||
left: 0;
|
||||
@@ -6882,8 +6882,8 @@ label.panel-block:hover {
|
||||
}
|
||||
|
||||
.tabs.is-toggle li:last-child a {
|
||||
border-bottom-right-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
}
|
||||
|
||||
.tabs.is-toggle li.is-active a {
|
||||
|
||||
Reference in New Issue
Block a user