diff --git a/public/mpog-software.css b/public/mpog-software.css new file mode 100644 index 0000000..10f8142 --- /dev/null +++ b/public/mpog-software.css @@ -0,0 +1,23 @@ + +#software-name-field +{ + padding-bottom: 10px; +} + +#software-hostname +{ + float: left; + display: inline-block; + vertical-align: middle; + + background: #EEE; + border: 1px solid #CFCFCF; + + line-height: 22px; + padding: 0px 7px; + color: #4A4A4A; + font-size: 20px; + text-transform: lowercase; + min-width: 190px; + border-spacing: 20px; +} \ No newline at end of file diff --git a/views/mpog_software_plugin_myprofile/new_software.html.erb b/views/mpog_software_plugin_myprofile/new_software.html.erb index b567c16..0280386 100644 --- a/views/mpog_software_plugin_myprofile/new_software.html.erb +++ b/views/mpog_software_plugin_myprofile/new_software.html.erb @@ -1,4 +1,5 @@ <%= javascript_include_tag "mpog-validations" %> +<%= stylesheet_link_tag('plugins/mpog_software/mpog-software') %>