diff options
| author | bob <bcz@cs.brown.edu> | 2020-02-27 15:10:14 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2020-02-27 15:10:14 -0500 |
| commit | 3c48667061fb417e3a7657a1951659d25b453a9f (patch) | |
| tree | 2b837158110ee415e3242ddb990df26d2618a106 /src/client/views/collections/CollectionTimeView.scss | |
| parent | a2974e187f6a279def7bd44c475a40aee0ac8286 (diff) | |
streamlined setting enumerations for fields in text boxes.
Diffstat (limited to 'src/client/views/collections/CollectionTimeView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionTimeView.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionTimeView.scss b/src/client/views/collections/CollectionTimeView.scss index 6ea5e6908..865fc3cd2 100644 --- a/src/client/views/collections/CollectionTimeView.scss +++ b/src/client/views/collections/CollectionTimeView.scss @@ -10,7 +10,6 @@ .collectionTimeView-backBtn { background: green; display: inline; - margin-right: 20px; } .collectionFreeform-customText { @@ -68,6 +67,9 @@ padding: 5px; border: 1px solid black; display:none; + span { + margin-left : 10px; + } } .collectionTimeView-treeView { |
