/* * 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_tree *= require bootstrap *= require bootstrap-theme */ .btn { margin-left:2%; margin-bottom:2%; } .h1, .h2 { margin-top:2%; } .top{ margin-top: 3%; } .center { text-align: center; letter-spacing: 1px; } .cdiv{ text-align: center; margin: 0 auto; } .mega-top-buffer{ margin-top:4%; } .top-buffer{ margin-top:1%; } .bottom-buffer{ margin-bottom:2%; } .titre{ font-size:200%; } .bold{ font-weight:bold; } ul { list-style:none; padding-left:0; } aside.individual, aside.corporation, aside .action, ul li.person{ background-color:#F5F5F5; margin-bottom:1%; border:1px solid #D8D8D8; padding:0.5%; } .individual .last_name { margin-left: 10px; } .individual .last_name { margin-left: 10px; } .individual .title, .corporation .title { margin-left: 10px; &:before { content: "/"; margin-right: 10px; } } .individual, .corporation{ .actions.edit, .actions.delete{ margin-left: 10px; } .actions.delete:before{ content: "-"; margin-right: 10px; } } /* * Tabs */ .tab-content { border-left: 1px solid #ddd; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px; min-height: 300px; } .nav-tabs { margin-bottom: 0; } /* * Pagination */ .pagination a, .pagination span.current, .pagination span.gap { float: left; background-image:linear-gradient(#FAFAFA, #D8D8D8); padding: 0 14px; line-height: 30px; border: 1px solid #D8D8D8; color: #6E6E6E; border-radius: 8px; } .pagination { border-left: 1px solid #ddd; .first{ padding : 0; float: none; border: none; } .prev { padding : 0; float: none; border: none; } .page{ padding : 0; float: none; border: none; } .next{ padding : 0; float: none; border: none; } .last{ padding : 0; float: none; border: none; } }