diff options
| author | bob <bcz@cs.brown.edu> | 2019-08-09 12:10:36 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-08-09 12:10:36 -0400 |
| commit | 915b9332ad72f56b68df148b09eecba527dc9f06 (patch) | |
| tree | 7d5fd1c8afcad3a2d9a2be8cd88c5dd72a21dc86 /src/client/views/nodes/ButtonBox.scss | |
| parent | 7aa0d076800c61b7545e2aa12f714eb7ea046eae (diff) | |
changed how templates get dataDocs. changed button boxes to be div's
Diffstat (limited to 'src/client/views/nodes/ButtonBox.scss')
| -rw-r--r-- | src/client/views/nodes/ButtonBox.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/views/nodes/ButtonBox.scss b/src/client/views/nodes/ButtonBox.scss index 92beafa15..5ed435505 100644 --- a/src/client/views/nodes/ButtonBox.scss +++ b/src/client/views/nodes/ButtonBox.scss @@ -3,10 +3,14 @@ height: 100%; pointer-events: all; border-radius: inherit; + display:table; } .buttonBox-mainButton { width: 100%; height: 100%; border-radius: inherit; + display:table-cell; + vertical-align: middle; + text-align: center; }
\ No newline at end of file |
