Skip to content

Commit

Permalink
Adding styles while loading the plugin, so that doesn't interfere wit…
Browse files Browse the repository at this point in the history
…h other plugins
  • Loading branch information
agmps17 committed Jul 20, 2014
1 parent 9852a83 commit 5e14f15
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 19 deletions.
5 changes: 0 additions & 5 deletions app/assets/stylesheets/dbbackup_style.css
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
.dbbackup-col1,.dbbackup-col2{
padding-left: 30px;
padding-top: 10px;
}
.settings-table{
margin-top: 30px;
}

.backup_content{
margin-right: 20px;

}

.download_link{

background: url("images/download.png");
Expand Down
13 changes: 0 additions & 13 deletions app/assets/stylesheets/dbbackups.scss
Original file line number Diff line number Diff line change
@@ -1,13 +0,0 @@
/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
* or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
*
* You're free to add application-wide styles to this file and they'll appear at the top of the
* compiled file, but it's generally better to create a new file per style scope.
*
*= require_self
/*=require dbbackup_style
*/
2 changes: 1 addition & 1 deletion app/views/dbbackups/index.html.slim
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= stylesheet_link_tag "dbbackups"
= stylesheet_link_tag "dbbackup_style"
- if @dbs.any?
.settings-table#backup-table
table.settings.table
Expand Down

0 comments on commit 5e14f15

Please sign in to comment.