Merge branch 'master' of github.com:open-cloud/xos
diff --git a/xos/core/static/cord.css b/xos/core/static/cord.css
index 7e8ffc6..45f75eb 100644
--- a/xos/core/static/cord.css
+++ b/xos/core/static/cord.css
@@ -35,129 +35,7 @@
display: None;
}
-/* -----------------------------------------
- Service Grid Page
- -----------------------------------------
-*/
-.service-grid tr td {
- width: 132px;
-}
-
-.service-grid-icon img {
- width: 96px;
- height: 96px;
- margin-bottom: 10px;
-}
-
-/* Service Icon Screen */
-.service-grid-icon-link {
- font-size: 125%;
-}
-
-/* -----------------------------------------
- Font Sizes
- -----------------------------------------
-*/
-
-/* the welcome line at the top of the screen */
-#user-tools {
- font-size: 125%;
-}
-
-/* suit navigation tabs */
-.nav-tabs-suit li a {
- font-size: 125%;
-}
-.nav-tabs-suit li.active a:hover,.nav-tabs-suit li a:hover{
- font-size: 125%;
-}
-
-/* bread crumb */
-.breadcrumb {
- font-size: 125%;
-}
-
-/* tablularInline */
-.inline-related {
- font-size: 125%;
-}
-.inline-related select {
- font-size: 125%;
- height: 40px;
-}
-.table .add-row a {
- font-size: 125%;
-}
-
-/* list view */
-#result_list th, #result_list td {
- font-size: 125%;
-}
-
-/* application list of admins */
-.applist th, .applist td, .applist caption a {
- font-size: 125%;
-}
-
-/* ModelAdmin stuff */
-.form-row label, .form-row span, .form-row input, .form-row textarea {
- font-size: 125%;
-}
-
-.form-row .linked-select {
- font-size: 125%;
- height: 40px;
-}
-.form-row .linked-select-link {
- font-size: 125%;
-}
-
-/* ModelAdmin help text */
-.form-horizontal .control-group .help-inline {
- font-size: 125%;
-}
-
-/* the save buttons and tools */
-.save-box button, .save-box .btn-info, .save-box .deletelink {
- font-size: 125%;
-}
-.italic-title {
- font-size: 125%;
-}
-.menu-box li {
- font-size: 125%;
-}
-
-/* left nav buttons */
-.left-nav>ul>li>a {
- font-size: 125%;
-}
-.left-nav>ul>li>a:hover {
- font-size: 125%;
-}
-
-/* bottom of page tools */
-.tools {
- font-size: 125%;
-}
-
-/* bottom of page branding */
-.branding {
- font-size: 125%;
-}
-
-/* login screen */
-.login #content-main form input[type=text] {
- font-size: 125%;
-}
-.login .btn {
- font-size: 125%;
-}
-.login #requestAccountLink {
- /* trying to supersize this makes it wrap */
- font-size: 100%;
-}