# polylang/1.5/css/admin-mobi.css

Polylang, version 1.5. 63 lines.

- Page: https://pluginprobe.com/plugins/polylang/1.5/code/css/admin-mobi.css
- Raw: https://pluginprobe.com/plugins/polylang/1.5/raw/css/admin-mobi.css
- Modified: 2014-05-11T13:32:56+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/polylang/1.5/code/css/admin-mobi.css#L10-L20`.

```css
/*
FIXME rules for WP 3.8+ only -> can be merged to admin.css once support of WP 3.7 is dropped
*/
.pll_icon_tick:before {
	content: "\f147";
}
.pll_icon_add:before {
	content: "\f132";
}
.pll_icon_edit:before {
	content: "\f464";
}

[class^="pll_icon_"], #wpadminbar #wp-admin-bar-languages .ab-icon:before {
	font: 16px/1 'dashicons';
}

/* admin bar */
#wpadminbar #wp-admin-bar-languages .ab-icon:before {
	font: 20px/1 'dashicons'; /* backward compatibility WP < 3.8 */
	content: "\f326";
	top: 1px;
}

@media screen and ( max-width: 782px ) {
	/* strings translations table */
	.stringstranslations .column-context,
	.stringstranslations .column-name {
		display: none;
	}

	/* translations tables should be kept as table */
	#term-translations .term-translations th,
	#term-translations .term-translations td {
		display: table-cell;
	}

	/* admin bar */
	#wpadminbar li#wp-admin-bar-languages {
		display: block; /*shows our menu on mobile devices */
	}

	#wpadminbar #wp-admin-bar-languages > .ab-item {
		width: 50px;
		text-align: center;
	}

	#wpadminbar #wp-admin-bar-languages > .ab-item .ab-icon:before {
		font: 32px/1 'dashicons';
		top: -1px;
	}

	#wpadminbar #wp-admin-bar-languages > .ab-item img {
		margin: 19px 0;
	}

	#wpadminbar #wp-admin-bar-languages #wp-admin-bar-all .ab-item .ab-icon {
		margin-right: 6px;
		font-size: 20px !important;
		line-height: 20px !important;
	}
}

```
