diff --git a/.gitignore b/.gitignore index 7896a99..750d56c 100644 --- a/.gitignore +++ b/.gitignore @@ -44,6 +44,6 @@ circle/bower_components jsi18n scripts.rc -# less -# *.css +# les +*.css circle/dashboard/static/compile_bootstrap.css diff --git a/circle/dashboard/static/dashboard/dashboard.css b/circle/dashboard/static/dashboard/dashboard.css index 72fafab..add890c 100644 --- a/circle/dashboard/static/dashboard/dashboard.css +++ b/circle/dashboard/static/dashboard/dashboard.css @@ -1365,14 +1365,4 @@ textarea[name="new_members"] { margin-right: 8px; } -#ace-meta-data { - position: absolute; - width: 95%; - height: 150px; -} -#ace-user-data { - position: absolute; - width: 95%; - height: 350px; -} \ No newline at end of file diff --git a/circle/dashboard/static/dashboard/dashboard.less b/circle/dashboard/static/dashboard/dashboard.less index 08206a2..ff5c62d 100644 --- a/circle/dashboard/static/dashboard/dashboard.less +++ b/circle/dashboard/static/dashboard/dashboard.less @@ -1596,3 +1596,15 @@ textarea[name="new_members"] { } } } + +#ace-meta-data { + position: absolute; + width: 95%; + height: 150px; +} + +#ace-user-data { + position: absolute; + width: 95%; + height: 350px; +} \ No newline at end of file