diff options
| author | Abdullah Ahmed <abdullah_ahmed@brown.edu> | 2019-06-15 20:09:41 -0400 |
|---|---|---|
| committer | Abdullah Ahmed <abdullah_ahmed@brown.edu> | 2019-06-15 20:09:41 -0400 |
| commit | 881df5e1255681a306af2d9f78b092b3688ad38c (patch) | |
| tree | b456f0e559eba0c03f937111d1b15bbf08495fc9 /src/client/views/InkingControl.scss | |
| parent | c22feda3d2df8f6814c0837ea18ad293975ae2e4 (diff) | |
| parent | 618d3717e118f978de976cb34e8bc2051c726ffc (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into text_box_ab
Diffstat (limited to 'src/client/views/InkingControl.scss')
| -rw-r--r-- | src/client/views/InkingControl.scss | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/client/views/InkingControl.scss b/src/client/views/InkingControl.scss index 2c53dc031..465e14d07 100644 --- a/src/client/views/InkingControl.scss +++ b/src/client/views/InkingControl.scss @@ -1,7 +1,5 @@ @import "globalCssVariables"; .inking-control { - position: absolute; - right: 0px; bottom: 20px; margin: 0; padding: 0; @@ -63,10 +61,9 @@ margin-top: 4px; } .ink-panel { - margin: 6px 12px 6px 0; - height: 30px; + height: 24px; vertical-align: middle; - line-height: 36px; + line-height: 28px; padding: 0 10px; color: $intermediate-color; &:first { @@ -114,7 +111,6 @@ border-radius: 11px; width: 22px; height: 22px; - margin-top: 6px; cursor: pointer; text-align: center; // span { // color: $light-color; |
