Project

General

Profile

« Previous | Next » 

Revision 48932

View differences:

RepositoryManager.css
45 45
  position: fixed;
46 46
}
47 47

  
48
.btn-success {
49
  border: 1px solid #63a042;
50
  background-color: #76b852;
51
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.2);
52
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
53
  -webkit-transition: all 0.2s linear;
54
  -moz-transition: all 0.2s linear;
55
  -ms-transition: all 0.2s linear;
56
  -o-transition: all 0.2s linear;
57
  transition: all 0.2s linear; }
58
.btn-success:focus, .btn-success:active {
59
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.14); }
60
.btn-success:hover {
61
  background-color: #47a447; }
62

  
48 63
.btn.btn-success {
49 64
  border: 1px solid #63a042;
50 65
  background-color: #76b852;
......
101 116
  background-color: #ffffff;
102 117
}
103 118

  
119
.wizard {
120
  margin-top: 30px;
121
}
122

  
104 123
.wizard > .content {
105 124
  background: #fff none repeat scroll 0 0;
106 125
  min-height: 220px;
......
111 130
}
112 131

  
113 132
.wizard > .wizardBreadcrumbs {
114
  background: #5a6474 none repeat scroll 0 0;
133
  /*background: #5a6474 none repeat scroll 0 0;*/
134
  background: #222080 none repeat scroll 0 0;
115 135
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
116 136
  font-family: "Helvetica Neue",Arial;
117 137
  padding: 11px 0 9px;
......
150 170
  display: block;
151 171
  height: 2px;
152 172
  background: #94A1B8;
173
  background: #4687E6;
153 174
  width: 100%; }
154 175
@media (max-width: 991px) {
155 176
  .wizard > .wizardBreadcrumbs > .steps > .step:after {
......
168 189
  margin-top: 13px;
169 190
  border-radius: 25px;
170 191
  background: #5A6474;
192
  background: #222080;
171 193
  border: 2px solid #94A1B8;
194
  border: 2px solid #4687E6;
172 195
  -webkit-transition: all 0.2s linear;
173 196
  -moz-transition: all 0.2s linear;
174 197
  -ms-transition: all 0.2s linear;
......
211 234

  
212 235
.wizard > .wizardBreadcrumbs > .steps > .step.active span {
213 236
  background: #94a1b8 none repeat scroll 0 0;
237
  background: #4687E6 none repeat scroll 0 0;
214 238
}
215 239

  
216 240
.wizard .wizardActions {
......
236 260
}
237 261

  
238 262
.stepContent {
239
  margin-left: 5%;
240
  margin-right: 5%;
263
  /*margin-left: 5%;*/
264
  /*margin-right: 5%;*/
241 265
  margin-top: 30px;
242 266
}
243 267

  
......
559 583
  margin-right: -5px;
560 584
}
561 585

  
586
.xPathPanel .btn {
587
  background-color: rgba(0, 0, 0, 0);
588
}
589

  
562 590
a.linkBox, a.linkBox:hover, a.linkBox:focus, a.linkBox:visited {
563 591
  color: #333;
564 592
}
......
665 693
}
666 694

  
667 695
.repos-list, .repos-grid {
668
  margin-top: 30px;
696
  margin-top: 40px;
669 697
  margin-bottom: 30px;
670 698
}
671 699

  
700
tr.footers {
701
  font-weight: 600;
702
}
703

  
672 704
.topics-list {
673 705

  
674 706
}
......
708 740
}
709 741

  
710 742
.topics-list, .repos-grid {
711
  margin-top: 30px;
743
  margin-top: 40px;
712 744
  margin-bottom: 30px;
713 745
}
714 746

  
......
717 749

  
718 750
.contentAndPagerPanel {
719 751
  margin-top: 40px;
720
  font-size: 12px;
752
  font-size: 14px;
721 753
}
722 754

  
723 755
.resultsPager {
......
726 758
}
727 759

  
728 760
.resultsPageLabel {
729
  margin-top: -40px;
761
  margin-top: -45px;
730 762
  text-align: center;
731 763
}
732 764

  
......
740 772
}
741 773

  
742 774
.page-controls .filters .links {
743
  float: left;
744
  margin-left: -5px;
745
  margin-top: 5px;
775

  
746 776
}
747 777

  
748 778
.page-controls .filters .links .filterLabel {
......
819 849
  transition: all 0.14s linear 0s;
820 850
}
821 851

  
822
.jobs-list .job.odd {
823
  background: #fafafc none repeat scroll 0 0;
852
.jobs-list tr.odd {
853
  background: #fafafa none repeat scroll 0 0;
824 854
}
825 855

  
856
.jobs-list.uk-table *:not(:last-child) > td {
857
  border-bottom: none;
858
}
859

  
826 860
/*
827 861
.jobs-list .job:nth-child(2n) {
828 862
  background: #fafafc none repeat scroll 0 0;
......
861 895
  margin-left: 5px;
862 896
}
863 897

  
898
.tags .label {
899
  margin-right: 5px;
900
}
901

  
902
.rules-table {
903
  font-size: 14px;
904
}
905

  
906
.rules-table td p {
907
  margin-bottom: 0px;
908
}
909

  
864 910
/**********************************************/
865 911

  
866 912
.chart {
......
948 994
}
949 995

  
950 996
.advancedSearchForm .form-control {
951
  width: 90%;
952
  margin-bottom: 5px;
953
  font-size: 12px;
997
  width: 90% !important;
998
  margin-bottom: 5px !important;
999
  font-size: 12px !important;
954 1000
}
955 1001

  
956 1002
.advancedSearchForm .actionButtons .advancedSearch {
......
973 1019
  margin-bottom: 5px !important;
974 1020
}
975 1021

  
976
.topics-list {
977

  
1022
.events-results {
1023
  font-size: 14px;
978 1024
}
979 1025

  
980
.topics-list .label-success {
1026
.events-results .label-success {
981 1027
  background-color: #5cb85c;
982 1028
}
983 1029

  
984
.topics-list .label-primary {
1030
.events-results .label-primary {
985 1031
  background-color: #337ab7;
986 1032
}
987 1033

  
988
.topics-list .table-striped > tbody > tr:nth-of-type(2n+1) {
1034
.events-results .table-striped > tbody > tr:nth-of-type(2n+1) {
989 1035
  background-color: #fdfdfd;
990 1036
}
991 1037

  
992
.topics-list .resultsPageLabel {
1038
.events-results .uk-table td {
1039
  padding: 8px 12px;
1040
}
1041

  
1042
.events-results .resultsPageLabel {
993 1043
  color: #337ab7;
994 1044
  font-size: 12px;
995
  margin-top: -40px;
1045
  margin-top: -45px;
996 1046
  text-align: center;
997 1047
  margin-bottom: 20px;
998 1048
}
999 1049

  
1050
.numberOfEventsLabel {
1051
  margin-bottom: 30px;
1052
  font-size: 15px;
1053
}
1054

  
1055
.events-list {
1056
  margin-top: 30px;
1057
}
1058

  
1059
.events-list tbody tr.success > td {
1060
  background-color: #dff0d8;
1061
}
1062

  
1063
.events-list li.success {
1064
  background-color: #dff0d8;
1065
}
1066

  
1000 1067
/********************************/
1001 1068

  
1002 1069
.slider.slider-horizontal {
......
1017 1084
  margin-left: 2%;
1018 1085
}
1019 1086

  
1087
.datepicker.dropdown-menu {
1088
  /*height: 100px !important;*/
1089
}
1090

  
1020 1091
/********************************/
1021 1092

  
1022
.modal.confirmationModal {
1023
  /*margin-top: 90px !important;*/
1024
}
1093
/*.modal.confirmationModal {*/
1094
  /*!*margin-top: 90px !important;*!*/
1095
/*}*/
1025 1096

  
1026
.modal.confirmationModal .modal-body {
1027
  max-height: 75vh !important;
1028
}
1097
/*.modal.confirmationModal .modal-body {*/
1098
  /*max-height: 75vh !important;*/
1099
/*}*/
1029 1100

  
1030
.modal.confirmationModal .modal-footer {
1031
  background-color: #fff !important;
1101
/*.modal.confirmationModal .modal-footer {*/
1102
  /*background-color: #fff !important;*/
1103
/*}*/
1104

  
1105
.modal-body {
1106
  padding: 30px;
1107
  max-height: 600px;
1032 1108
}
1033 1109

  
1034 1110
/********************************/
......
1036 1112
.openAIRECompliantLogoDownload {
1037 1113
  text-align: center;
1038 1114
  margin-bottom: 30px;
1115
  margin-top: 40px;
1039 1116
}
1040 1117

  
1041 1118
.openAIRECompliantLogoMessage {
......
1067 1144
}
1068 1145

  
1069 1146

  
1147
/********************************/
1148
/* ERROR & LOGIN & LOCKSCREEN*/
1149
.middle-box {
1150
  max-width: 400px;
1151
  z-index: 100;
1152
  margin: 0 auto;
1153
  padding-top: 40px;
1154
  padding-bottom: 40px;
1155
}
1156
.lockscreen.middle-box {
1157
  width: 200px;
1158
  padding-top: 110px;
1159
}
1160
.loginscreen.middle-box {
1161
  width: 300px;
1162
}
1163
.loginColumns {
1164
  max-width: 800px;
1165
  margin: 0 auto;
1166
  padding: 100px 20px 20px 20px;
1167
}
1168
.passwordBox {
1169
  max-width: 460px;
1170
  margin: 0 auto;
1171
  padding: 100px 20px 20px 20px;
1172
}
1173
.logo-name {
1174
  color: #e6e6e6;
1175
  font-size: 180px;
1176
  font-weight: 800;
1177
  letter-spacing: -10px;
1178
  margin-bottom: 0px;
1179
}
1180
.middle-box h1 {
1181
  font-size: 170px;
1182
}
1183
.wrapper .middle-box {
1184
  margin-top: 140px;
1185
}
1186
.lock-word {
1187
  z-index: 10;
1188
  position: absolute;
1189
  top: 110px;
1190
  left: 50%;
1191
  margin-left: -470px;
1192
}
1193
.lock-word span {
1194
  font-size: 100px;
1195
  font-weight: 600;
1196
  color: #e9e9e9;
1197
  display: inline-block;
1198
}
1199
.lock-word .first-word {
1200
  margin-right: 160px;
1201
}
1070 1202

  
1203
/********************************/
1204
.block {
1205
  display: block;
1206
}
1071 1207

  
1208
.full-width {
1209
  width: 100% !important;
1210
}
1072 1211

  
1212
.m-b {
1213
  margin-bottom: 15px;
1214
}
1215

  
1216
body.mini-navbar.fixed-sidebar .profile-element, .block {
1217
  display: block !important;
1218
}
1219

  
1220
/********************************/
1221

  
1222
.textTransformNone {
1223
  text-transform: none;
1224
}
1225

  
1226
.uk-modal-title {
1227
  font-size: 30px;
1228
  line-height: 1.3;
1229
}
1230

  
1231
.tm-toolbar .uk-subnav-line li.active {
1232
  background: #fff none repeat scroll 0 0;
1233
  color: rgb(0, 180, 160);
1234
  display: block;
1235
}
1236

  
1237
.tm-toolbar .uk-subnav-line li.active a {
1238
  color: rgb(0, 180, 160) !important;
1239
}

Also available in: Unified diff