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

Polylang, version 1.4. 38 lines.

- Page: https://pluginprobe.com/plugins/polylang/1.4/code/css/admin-mobi.css
- Raw: https://pluginprobe.com/plugins/polylang/1.4/raw/css/admin-mobi.css
- Modified: 2014-01-22T18:25:22+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.4/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
*/
@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 #wp-admin-bar-languages > .ab-item {
		width: 50px;
		text-align: center;
	}

	#wpadminbar #wp-admin-bar-languages > .ab-item .ab-icon:before {
		font: 32px/1 'polylang';
		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;
	}
}

```
