diff options
author | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-03-08 12:09:17 +0100 |
---|---|---|
committer | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-03-08 12:09:17 +0100 |
commit | 6374c0b3e38dfc74eb1b4a5a1fcc5229eacdcaf2 (patch) | |
tree | 016deaf97e961973069a592537594348df7bb5a7 /app/assets/stylesheets/switchboard_entries.css.scss | |
parent | db9dbf03d88cfbd68ce99a242730b9e870339539 (diff) |
Added SwitchboardEntry scaffold. switchboard has_many switchboard_entries
Diffstat (limited to 'app/assets/stylesheets/switchboard_entries.css.scss')
-rw-r--r-- | app/assets/stylesheets/switchboard_entries.css.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/switchboard_entries.css.scss b/app/assets/stylesheets/switchboard_entries.css.scss new file mode 100644 index 0000000..12b67ee --- /dev/null +++ b/app/assets/stylesheets/switchboard_entries.css.scss @@ -0,0 +1,5 @@ +#switchboard_entries .handle { + font-size: 12px; + color: #777; + cursor: move; +}
\ No newline at end of file |