HEX

Warning: set_time_limit() [function.set-time-limit]: Cannot set time limit - prohibited by configuration in /home/u547966/brikov.ru/www/wp-content/plugins/admin-menu-editor/menu-editor.php on line 745
Server: Apache
System: Linux 4.19.0-0.bpo.9-amd64 x86_64 at red40
User: u547966 (5490)
PHP: 5.3.29-mh2
Disabled: syslog, dl, popen, proc_open, proc_nice, proc_get_status, proc_close, proc_terminate, posix_mkfifo, chown, chgrp, accelerator_reset, opcache_reset, accelerator_get_status, opcache_get_status, pcntl_alarm, pcntl_fork, pcntl_waitpid, pcntl_wait, pcntl_wifexited, pcntl_wifstopped, pcntl_wifsignaled, pcntl_wifcontinued, pcntl_wexitstatus, pcntl_wtermsig, pcntl_wstopsig, pcntl_signal, pcntl_signal_dispatch, pcntl_get_last_error, pcntl_strerror, pcntl_sigprocmask, pcntl_sigwaitinfo, pcntl_sigtimedwait, pcntl_exec, pcntl_getpriority, pcntl_setpriority
Upload Files
File: /home/u547966/brikov.ru/www/wp-content/plugins/admin-menu-editor/css/_test-access-screen.scss
/*********************************************
      "Test access" dialog
**********************************************/

#ws_ame_test_access_screen {
	display: none;
	background: #fcfcfc;
}

#ws_ame_test_inputs {
	//border-bottom: 1px solid #ddd;
	padding-bottom: 16px;
}

.ws_ame_test_input {
	display: block;
	float: left;

	width: 100%;
	margin: 2px 0;
	box-sizing: content-box;
}

.ws_ame_test_input_name {
	display: block;
	float: left;
	width: 35%;
	margin-right: 4%;

	text-align: right;
	padding-top: 6px;
	line-height: 16px;
}

.ws_ame_test_input_value {
	display: block;
	float: right;
	width: 60%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#ws_ame_test_actions {
	float: left;
	width: 100%;
	margin-top: 1em;
}

#ws_ame_test_button_container {
	width: 35%;
	margin-right: 4%;
	float: left;
	text-align: right;
}

#ws_ame_test_progress {
	display: none;
	width: 60%;
	float: right;

	.spinner {
		float: none;
		vertical-align: bottom;
		margin-left: 0;
		margin-right: 4px;
	}
}

#ws_ame_test_access_body {
	width: 100%;
	position: relative;

	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#ws_ame_test_frame_container {
	margin-right: 250px;
	background: white;

	min-height: 500px;
	position: relative;
}

#ws_ame_test_access_frame {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	width: 100%;
	height: 100%;
	min-height: 500px;

	border: none;
	margin: 0;
	padding: 0;
}

#ws_ame_test_access_sidebar {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;

	width: 250px;
	padding: 16px 24px;

	background-color: #f3f3f3;
	border-left: 1px solid #ddd;

	h4:first-of-type {
		margin-top: 0;
	}
}

#ws_ame_test_frame_placeholder {
	display: block;
	padding: 16px 24px;
}

#ws_ame_test_output {
	display: none;
}