Commit 3598590797c70a4684d02984c2db75301e061e8a
1 parent
5926a41d
Exists in
master
and in
9 other branches
New page software catalog - positions
Showing
2 changed files
with
164 additions
and
1 deletions
Show diff stats
| ... | ... | @@ -0,0 +1,163 @@ |
| 1 | +#catalog-filter{ | |
| 2 | + display: none; | |
| 3 | +} | |
| 4 | + | |
| 5 | +#content #main-content-wrapper-8 h1{ | |
| 6 | + border-top: 3px solid #4562b1 !important; | |
| 7 | + color: #4562b1 !important; | |
| 8 | + text-transform: uppercase; | |
| 9 | + font-size: 19px !important; | |
| 10 | + padding-left: 0.8em !important; | |
| 11 | + /*padding: 0px;*/ | |
| 12 | + margin-left: 0px; | |
| 13 | + border-bottom:none !important; | |
| 14 | + background-color:#f1f1f1; | |
| 15 | +} | |
| 16 | + | |
| 17 | +#main-content-wrapper-8 .search-form{ | |
| 18 | + margin-top:-10px; | |
| 19 | + background-color:#f1f1f1; | |
| 20 | +} | |
| 21 | +#search-input { | |
| 22 | + font-size:110%; | |
| 23 | + margin: 0px 0px 20px 15px; | |
| 24 | + border-radius: 4px; | |
| 25 | + padding: 0.55em; | |
| 26 | +} | |
| 27 | + | |
| 28 | +#search-input.blur { | |
| 29 | + font-size:110%; | |
| 30 | + font-style: normal; | |
| 31 | + color: #aaa; | |
| 32 | + margin: 0px 0px 20px 15px; | |
| 33 | + border-radius:4px; | |
| 34 | + padding:0.55em; | |
| 35 | +} | |
| 36 | + | |
| 37 | +.controller-search #content form input.button.submit { | |
| 38 | + height: 30px; | |
| 39 | + max-height: 30px; | |
| 40 | + width: 87px; | |
| 41 | + margin-bottom: 20px; | |
| 42 | + margin-left:32px; | |
| 43 | + color:#ffffff; | |
| 44 | + background-color:#4562b1; | |
| 45 | + text-transform: uppercase; | |
| 46 | + font-weight: bold; | |
| 47 | + border: 1px solid #4562b1; | |
| 48 | + padding:0px; | |
| 49 | +} | |
| 50 | +.icon-search{ | |
| 51 | + background-image:none !important; | |
| 52 | + | |
| 53 | +} | |
| 54 | + | |
| 55 | +.controller-search .search-field .formfield { | |
| 56 | + width: 720px; | |
| 57 | + display: inline-block; | |
| 58 | +} | |
| 59 | + | |
| 60 | +.only-one-result-box .search-enterprise-item { | |
| 61 | + padding: 50px 0 !important; | |
| 62 | + background: #ffffff; | |
| 63 | +} | |
| 64 | + | |
| 65 | +.search-results-innerbox { | |
| 66 | + border:none; | |
| 67 | +} | |
| 68 | + | |
| 69 | +.common-profile-list-block .vcard:hover { | |
| 70 | + border: none; | |
| 71 | + background: none; | |
| 72 | +} | |
| 73 | + | |
| 74 | +.common-profile-list-block .vcard:hover .menu-submenu-trigger { | |
| 75 | + display:none; | |
| 76 | +} | |
| 77 | +/* | |
| 78 | +.common-profile-list-block .profile-image { | |
| 79 | + padding:0px 200px; | |
| 80 | +} | |
| 81 | +*/ | |
| 82 | + | |
| 83 | +.search-enterprise-item-column-left{ | |
| 84 | + border-right: 2px solid #ccc; | |
| 85 | + padding: 0px 50px 0px 10px; | |
| 86 | + margin:none; | |
| 87 | +} | |
| 88 | + | |
| 89 | +.search-enterprise-item-column-right{ | |
| 90 | + width:70%; | |
| 91 | +} | |
| 92 | + | |
| 93 | +.common-profile-list-block .vcard { | |
| 94 | + border: none; | |
| 95 | +} | |
| 96 | + | |
| 97 | +.org { | |
| 98 | + display:none !important; | |
| 99 | +} | |
| 100 | + | |
| 101 | +.search-enterprise-item-column-left .vcard img { | |
| 102 | + max-width: 90px; | |
| 103 | + height: auto; | |
| 104 | + max-height: 90px; | |
| 105 | + margin-left:90px; | |
| 106 | +} | |
| 107 | + | |
| 108 | +/* | |
| 109 | +.common-profile-list-block img { | |
| 110 | +border: none; | |
| 111 | +/* max-width: 50px; */ | |
| 112 | +/* max-height: 50px; | |
| 113 | +}*/ | |
| 114 | + | |
| 115 | +.common-profile-list-block .profile-image{ | |
| 116 | + padding:20px 40px; | |
| 117 | + margin-left:50px; | |
| 118 | +} | |
| 119 | +.common-profile-list-block span { | |
| 120 | + width: 50% !important; | |
| 121 | +} | |
| 122 | + | |
| 123 | +.common-profile-list-block .extra_info { | |
| 124 | + font-size: 13px; | |
| 125 | + opacity: inherit; | |
| 126 | + margin-top:-95px; | |
| 127 | + margin-bottom:100px; | |
| 128 | + text-align: left; | |
| 129 | + | |
| 130 | +} | |
| 131 | +.search-enterprise-item .search-enterprise-item-column-right { | |
| 132 | + font-size: 13px; | |
| 133 | + margin:-20px; | |
| 134 | +} | |
| 135 | +.search-enterprise-item-column-right .search-community-content-block h4 a { | |
| 136 | + color:#172938 !important; | |
| 137 | + font-size:19px !important; | |
| 138 | +} | |
| 139 | + | |
| 140 | +/*.search-community-content-block { | |
| 141 | + display:none; | |
| 142 | +} | |
| 143 | + | |
| 144 | +/* | |
| 145 | +.extra_info{ | |
| 146 | + text-align: left; | |
| 147 | + padding: 0px; | |
| 148 | + margin: 0px 0px 0px 0px; | |
| 149 | +} | |
| 150 | + | |
| 151 | +*/ | |
| 152 | + | |
| 153 | +/* | |
| 154 | +img { | |
| 155 | +display: block; | |
| 156 | +text-align: center; | |
| 157 | +width: 150px; | |
| 158 | +height: 90px; | |
| 159 | +padding-top: 20px; | |
| 160 | +padding-bottom: 30px; | |
| 161 | +overflow: hidden; | |
| 162 | +} | |
| 163 | +*/ | |
| 0 | 164 | \ No newline at end of file | ... | ... |
style.css