Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
63a6e44b
Commit
63a6e44b
authored
Oct 03, 2014
by
alexpott
Browse files
Issue
#2293589
by G-raph, ngocketit: Fixed Texts are not vertically aligned in listing views.
parent
2e60dbb0
Changes
2
Hide whitespace changes
Inline
Side-by-side
core/themes/seven/css/components/dropbutton.component.css
View file @
63a6e44b
...
...
@@ -122,6 +122,8 @@
*/
.dropbutton-single
.dropbutton-widget
{
border
:
0
;
position
:
static
;
display
:
inline-block
;
}
.dropbutton-single
.dropbutton-action
a
{
padding
:
4px
1.5em
;
...
...
core/themes/seven/css/components/tables.css
View file @
63a6e44b
...
...
@@ -38,7 +38,7 @@ tbody tr:hover {
}
td
,
th
{
vertical-align
:
top
;
vertical-align
:
middle
;
}
td
{
padding
:
10px
12px
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment