Blame view

administrator/components/com_jmap/css/sources.css 2.95 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190
#adminForm {
	min-width: 1440px;
}

.sqlquerier {
	position: relative;
}

.sqlquerier .panel-heading {
	padding: 3px 8px;
}

#accordion_datasource_sqlquery div.controls label {
	padding: 4px 6px;
}

#accordion_datasource_sqlquery td.right_details input[type=text]{
	min-width: 160px !important;
}


#accordion_datasource_sqlquery fieldset.radio.btn-group label {
	margin-top: -4px !important;
}

.sqlquerier label.order {
	padding: .3em .5em .3em;
    top: -3px;
    position: relative;
}

.sqlquerier select.right_select {
	float: none;
	margin-left: 0;
	display: inline-block;
}

.sqlquerier label.largealignment {
	margin-left: 35px;
	margin-right: 35px;
	display: inline-block;
	width: 40px;
}

.sqlquerier select.intermediate {
	width: 141px;
}

.sqlquerier select.intermediate_small {
	width: 110px;
}

.sqlquerier select.table_joinfrom,.sqlquerier select.field_joinfrom {
	color: #B68023 !important;
}

.sqlquerier select.table_maintable,.sqlquerier select.table_joinwith,.sqlquerier select.field_joinwith
	{
	color: #266FAF !important;
}

span.jointable_resetter {
	float: right;
	font-size: 180%;
	cursor: pointer;
	color: #3a87ad;
}

#dialog_trigger {
	cursor: pointer;
	color: #3a87ad;
}

div.modal-body {
	padding: 0;
	min-height: 500px;
}

#sqlquery_rawparams {
	width: 300px !important;
}

textarea#sqlquery {
	width: 100% !important;
	height: 300px;
	font-size: 11px;
	border: 1px solid silver;
	line-height: 1.4em;
}

#backtop {
	font-size: 11px;
	position: fixed;
	bottom: 75px;
	right: 40px;
	cursor: pointer;
	width: 100px;
}

#gobottom {
	font-size: 11px;
	position: fixed;
	bottom: 50px;
	right: 40px;
	cursor: pointer;
	width: 100px;
}

#articleexclusion optgroup {
	background-color: #EEE;
}

#articleexclusion option {
	background-color: #F7F7F7;
}

table.admintable td select.where_condition_operator {
	background-color: #428bca !important;
	color: #FFF !important;
	width: 62px;
	font-weight: bold;
}

table.admintable td select.where_condition_operator option {
	background-color: #428bca !important;
}

#controls_grouper {
	float: left;
}

div.alert-priority {
	margin: 10px 0 0 0;
}

option.haspriority {
	background-color: #BBB;
	font-weight: bold;
	color: #333;
}

table.admintable.rawlinks_table {
	width: 100%;
}

table.admintable.rawlinks_table ul.errorlist {
	padding: 0;
}

table.admintable.rawlinks_table td.left_title {
	width: 15% !important;
}

table.admintable.rawlinks_table td.right_details {
	width: 85% !important;
}

table.admintable input.sitemap_rawtitle {
	width: 25% !important;
}

table.admintable input.sitemap_rawlink {
	width: 55% !important;
}

div#rawlink_controls_grouper {
	float: right;
}

table.admintable.rawlinks_table {
	clear: both;
}

table.admintable.rawlinks_table td input[type=checkbox] {
	min-width: 0 !important;
	margin: 0 10px 0 0;
}

table.admintable.rawlinks_table td label.title_label {
	margin: 0 10px 0 0;
}

table.admintable.rawlinks_table td ul.errorlist {
	float: none;
	display: inline-block;
}

#language_flag_image {
    margin-top: 8px;
}